瀏覽代碼

基础信息修改

duy 1 月之前
父節點
當前提交
2bce89d19f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/tentative/detect/test-form.vue

+ 2 - 1
src/views/tentative/detect/test-form.vue

@@ -1604,7 +1604,8 @@ const basicInfoData = ref({})
 const basicInfoChange = (val) => {
 
     nodeIdvalue.value = val
-   
+        const ActiveKey = getStoreValue('ActiveKey')
+   getTableDataAll(nodeIdvalue.value, ActiveKey)
 }
 </script>