diff --git a/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue b/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue index a2d5b28..69df91b 100644 --- a/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue +++ b/frontend/src/views/home/components/dataCheckChangeErrSysPopup.vue @@ -268,7 +268,7 @@ import dataCheckSingleChannelSingleTestPopup from './dataCheckSingleChannelSingl const qualified = ref(0) const reportDisabled = ref(true) const reportDialogVisible = ref(false) -const deviceName = ref('被检设备1'); +const deviceName = ref('240001'); const error_Sys_Id = ref('2'); const testScriptName = ref('Q/GDW 10650.4-2021 模拟式'); const errorSysName = ref('Q/GDW 10650.2 - 2021'); diff --git a/frontend/src/views/home/components/dataCheckPopup.vue b/frontend/src/views/home/components/dataCheckPopup.vue index 9d8f5ee..f36e526 100644 --- a/frontend/src/views/home/components/dataCheckPopup.vue +++ b/frontend/src/views/home/components/dataCheckPopup.vue @@ -9,7 +9,7 @@ - + @@ -102,7 +102,7 @@ import DataCheckResultTable from './dataCheckResultTable.vue' import DataCheckRawDataTable from './dataCheckRawDataTable.vue' const formContent = ref({}) const activeName = ref('rawDataTab') -const deviceName = ref('被检设备1'); +const deviceName = ref('240001'); const monitorIdx = ref('1'); const reCheckIdx = ref('3'); const testScriptName = ref('Q/GDW 10650.4-2021 模拟式');