Sfoglia il codice sorgente

设备规格报错

qinhb 1 anno fa
parent
commit
58159c8b34
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/device/rule/index.vue

+ 1 - 1
src/views/device/rule/index.vue

@@ -185,7 +185,7 @@ const queryAliasField = (deviceType)=>{
   })
 }
 const fieldOptions = ref([])
-const clickId = ref([])
+const clickId = ref(null)
 /** 查询 */
 function handleQuery() {
   loading.value = true;