浏览代码

页面调整

lipenghui 3 月之前
父节点
当前提交
888e80549c
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 = () => {