{"remainingRequest":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\yhxt-web\\src\\views\\basicDataManagement\\components\\DialogVirusDetails.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\views\\basicDataManagement\\components\\DialogVirusDetails.vue","mtime":1706175429115},{"path":"D:\\jenkins\\workspace\\yhxt-web\\babel.config.js","mtime":1667326389982},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import \"core-js/modules/web.dom.iterable\";\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nexport default {\n name: 'DialogVirusDetails',\n data: function data() {\n return {\n dialogVisible: false,\n data: [],\n pageResult: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n defaultQuerys: [],\n loading: false,\n outerVisible: false,\n outerLoading: false,\n form: {},\n fileList: []\n };\n },\n methods: {\n handleEdit: function handleEdit(data) {\n var _this = this;\n this.outerVisible = true;\n this.outerLoading = true;\n this.$http.get('${form}/disease/v1/get/' + data.id).then(function (res) {\n var resp = res.data;\n resp.accessories.forEach(function (i) {\n _this.fileList.push(i.url);\n });\n _this.form = resp;\n _this.outerLoading = false;\n });\n },\n open: function open(data) {\n var _this2 = this;\n this.data = [];\n this.dialogVisible = true;\n this.defaultQuerys = [{\n group: 'advance',\n operation: 'EQUAL',\n property: 'STRUCTURE_ID_',\n relation: 'AND',\n value: data.id\n }, {\n group: 'advance',\n operation: 'EQUAL',\n property: 'DISEASE_CATEGORY_',\n relation: 'AND',\n value: data.diseaseCategory\n }];\n this.$nextTick(function () {\n _this2.$refs.htTable.load();\n });\n },\n handleClose: function handleClose(done) {\n done();\n },\n loadData: function loadData(param, cb) {\n var _this3 = this;\n this.loading = true;\n this.$http.post('${form}/disease/v1/getJson', param).then(function (resp) {\n _this3.loading = false;\n _this3.data = resp.data.rows;\n _this3.pageResult = {\n page: resp.data.page,\n pageSize: resp.data.pageSize,\n total: resp.data.total\n };\n }, function (error) {\n reject(error);\n }).finally(function () {\n if (cb) {\n cb();\n }\n });\n }\n }\n};",null]}