Ver código fonte

更改状态

duy 2 anos atrás
pai
commit
e4231cc879
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/tentative/detect/test-form.vue

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

@@ -315,7 +315,7 @@ const getSearchNodeTables = async () => {
     isLoading.value = true
     if(isaddType){
         const { error, code, data } = await dataApi.searchNodeTables({
-            id: dataId,
+            id: dataId.length>0?dataId:nodeIdvalue.value,
             projectId: projectId.value,
             contractId: contractId.value,
             primaryKeyId: nodeId,