Browse Source

搜索同步源修改

duy 1 tháng trước cách đây
mục cha
commit
9a4fc9be5e
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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) {