diff --git a/src/views/system/expire/device.vue b/src/views/system/expire/device.vue index 11a218d..34f42a8 100644 --- a/src/views/system/expire/device.vue +++ b/src/views/system/expire/device.vue @@ -124,6 +124,7 @@ helpList.value = Array.from(new Set(res.data.filter((item: any) => item.helpInstruction).map((item: any) => item.helpInstruction))) }) } +const click = () => {} fetchSelect() // 监听设备名称下拉框,修改规格型号和辅助字段 watch(() => listQuery.equipmentName, (newVal) => { @@ -187,6 +188,7 @@ // 初始化 const initDialog = () => { + click() // reset() dialogFormVisible.value = true } @@ -195,7 +197,7 @@