| | |
| | | } |
| | | |
| | | //删除数采配置 |
| | | export function deleteDataAcquisitionConfiguration(data) { |
| | | export function deleteDataAcquisitionConfiguration(query) { |
| | | return request({ |
| | | url: "/deviceScope/deleteDataAcquisitionConfiguration", |
| | | method: "post", |
| | | data: data, |
| | | method: "delete", |
| | | params: query, |
| | | }); |
| | | } |
| | | |
| | |
| | | }, |
| | | getList5() { |
| | | this.tableLoading5 = true; |
| | | getNoConfigProduct({deviceId: this.deviceId}).then(res => { |
| | | getNoConfigProduct({deviceId: this.deviceId, ...this.page5 }).then(res => { |
| | | this.tableLoading5 = false; |
| | | this.tableData5 = res.data.records |
| | | this.page5.total = res.data.total |
| | |
| | | delfile, |
| | | inspectionOrderDetailsTaskSwitching |
| | | } from "@/api/business/inspectionTask.js"; |
| | | import InspectionWorker from '../../../workers/InspectionWorker.worker'; |
| | | import InspectionWorker from '@/workers/InspectionWorker.worker'; |
| | | import DataWorker from '../../../workers/DataWorker.worker'; |
| | | import html2canvas from "html2canvas"; |
| | | import { mapGetters } from "vuex"; |
| | |
| | | use: { |
| | | loader: "worker-loader", |
| | | options: { |
| | | filename: "[name].[contenthash].worker.js", // 添加内容哈希到文件名 |
| | | inline: "fallback", |
| | | }, |
| | | }, |