소스 검색

基础信息修改

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>