Browse Source

页面调整

lipenghui 3 tháng trước cách đây
mục cha
commit
888e80549c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 = () => {