diff --git a/frontend/src/views/home/components/table.vue b/frontend/src/views/home/components/table.vue
index 5054308..c7a2e75 100644
--- a/frontend/src/views/home/components/table.vue
+++ b/frontend/src/views/home/components/table.vue
@@ -59,9 +59,9 @@
查询
-
+ >
{
}
}
}
- if(parentNodeName.value === '检测中'){
-
+ if(parentNodeName.value === '检测完成'){
+ handleCheckFunction(5)
+ }else{
+ handleCheckFunction(0)
}
select_Plan.value = plan
diff --git a/frontend/src/views/machine/device/components/devicePopup.vue b/frontend/src/views/machine/device/components/devicePopup.vue
index 89c2d1f..035f602 100644
--- a/frontend/src/views/machine/device/components/devicePopup.vue
+++ b/frontend/src/views/machine/device/components/devicePopup.vue
@@ -377,7 +377,6 @@ const rules = computed(() => {
// 打开弹窗,可能是新增,也可能是编辑
const open = async (sign: string, data: Device.ResPqDev,currentMode: string,currentScene: string,devType:Device.ResDev[] ) => {
- console.log('打开弹窗', dictStore.getDictData('app_scene'))
devTypeOptions.value = devType
mode.value = currentMode
scene.value = currentScene
diff --git a/frontend/src/views/system/dictionary/dictData/index.vue b/frontend/src/views/system/dictionary/dictData/index.vue
index bc2724e..5a722da 100644
--- a/frontend/src/views/system/dictionary/dictData/index.vue
+++ b/frontend/src/views/system/dictionary/dictData/index.vue
@@ -86,6 +86,7 @@ const columns = reactive[]>([
prop: 'level',
label: '事件等级',
minWidth: 180,
+ isShow:false,
render: scope => {
return (
<>