Browse Source

搜索同步源修改

duy 1 month ago
parent
commit
9a4fc9be5e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/manager/projectinfo/tree.vue

+ 3 - 1
src/views/manager/projectinfo/tree.vue

@@ -4305,7 +4305,9 @@ export default {
      this.getTypeOptions()
     this.getRangeOptions()
       this.getCheckIdList()
-      this.getTempProjectList(data.primaryKeyId)
+      let pid=data.primaryKeyId?data.primaryKeyId:data.pKeyId
+
+      this.getTempProjectList(pid)
      
     },
     syncProjectHandle(data) {