frontend/src/views/machine/errorSystem/components/errorSystemDetailTable.vue

This commit is contained in:
sjl
2024-12-24 20:25:10 +08:00
11 changed files with 675 additions and 387 deletions

View File

@@ -542,7 +542,6 @@ let testType = "test";//检测还是复检
const handleSelectionChange = (selection: any[]) => {
channelsSelection.value = selection
console.log(selection);
devNum = selection.length;
devChannelsNum = 0;
for (let i = 0; i < selection.length; i++) {
@@ -569,8 +568,7 @@ const handleSelectionChange = (selection: any[]) => {
});
checkStore.clearDevices()
checkStore.addDevices(devices)
checkStore.setPlanId(selection[0].planId)
}
//查询
@@ -909,8 +907,7 @@ const openDrawer = (title: string, row: any) => {
if(title === '检测数据查询')
{
let device={}
dataCheckPopupRef.value?.open(device)
dataCheckPopupRef.value?.open(row.id,-1)
}
if (title === '误差体系更换')
{