Ver código fonte

搜索同步源修改

duy 1 mês atrás
pai
commit
9a4fc9be5e
1 arquivos alterados com 3 adições e 1 exclusões
  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) {