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