{"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\\patrolTask\\CheckVirus.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\views\\patrolTask\\CheckVirus.vue","mtime":1672855991447},{"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":315532800000},{"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":["//\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//\nimport ImageDialog from '@/components/dialog/ImageDialog.vue';\nimport startFlow from '@/components/flow/taskFlowComponents/startFlow.vue';\nexport default {\n name: 'checkVirus',\n components: {\n ImageDialog: ImageDialog,\n startFlow: startFlow\n },\n data: function data() {\n return {\n dialogVisible: false,\n flowDialogVisible: false,\n dataBaseOptions: {\n dataBaseId: '',\n tableName: 'biz_disease',\n // 必填\n tableSchema: ''\n },\n originAPIOptions: {\n url: '/disease/v1/getJson',\n // 列表请求接口地址\n method: 'post',\n // 列表请求方法\n moduleRoot: 'yhxt' // 微服务根路径\n\n },\n exportQuery: {},\n data: [],\n pageResult: {\n page: 1,\n pageSize: 20,\n total: 0\n },\n defaultQuerys: [{\n property: 'relevanceId',\n value: ''\n }],\n defId: '1434715043114651648',\n relationData: {}\n };\n },\n methods: {\n handleCloseWorkOrder: function handleCloseWorkOrder() {\n this.flowDialogVisible = false;\n },\n handleCommand: function handleCommand(params) {\n console.log(params);\n\n if (params.command == 'Fillin') {\n this.seeImage(params.row);\n } else if (params.command == 'workOrder') {\n this.relationData = params.row;\n this.flowDialogVisible = true;\n }\n },\n seeImage: function seeImage(row) {\n this.$refs.image.open(row);\n },\n open: function open(row) {\n this.dialogVisible = true;\n this.defaultQuerys[0].value = row.id;\n },\n closeDialog: function closeDialog() {\n this.dialogVisible = false;\n },\n loadData: function loadData(param, cb) {\n var _this = this;\n\n this.exportQuery = param;\n this.$http.post('${form}/disease/v1/getJson', param).then(function (resp) {\n var res = resp.data.rows;\n _this.data = res.filter(function (item) {\n return item.temporary == 0;\n });\n _this.pageResult = {\n page: resp.data.page,\n pageSize: resp.data.pageSize,\n total: _this.data.length\n };\n }, function (error) {\n reject(error);\n }).finally(function () {\n if (cb) {\n cb();\n }\n });\n }\n }\n};",null]}