lipenghui 3 mesi fa
parent
commit
888e80549c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/pms/maintain/IotMaintain.vue

+ 1 - 0
src/views/pms/maintain/IotMaintain.vue

@@ -386,6 +386,7 @@ const deviceChoose = (row) => {
   formData.value.deviceCode = row.deviceCode
   formData.value.deptId = row.deptId
   deviceLabel.value = row.deviceName
+  list.value = []
 }
 const deviceFormRef = ref()
 const openForm = () => {