ソースを参照

设备规格报错

qinhb 1 年間 前
コミット
58159c8b34
1 ファイル変更1 行追加1 行削除
  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;