lipenghui hace 3 meses
padre
commit
888e80549c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 = () => {