标准合规评估 表格选择人员不回显bug 51798
This commit is contained in:
@@ -1064,11 +1064,15 @@ export default {
|
|||||||
this.projectList = data;
|
this.projectList = data;
|
||||||
},
|
},
|
||||||
choiceZRR(scope, type, title, id) {
|
choiceZRR(scope, type, title, id) {
|
||||||
console.log(scope);
|
|
||||||
if (scope != null) {
|
if (scope != null) {
|
||||||
this.currentIndex = scope.$index;
|
this.currentIndex = scope.$index;
|
||||||
this.nodeList = [];
|
this.nodeList = [];
|
||||||
this.nodeList.push(scope.row.distributePersonId);
|
if(type === 'distributePerson'){
|
||||||
|
this.nodeList.push(scope.row.distributePersonId);
|
||||||
|
}else{
|
||||||
|
this.nodeList.push( scope.row.projectGroupPeopleId)
|
||||||
|
}
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
this.nodeList = [];
|
this.nodeList = [];
|
||||||
this.nodeList.push(id);
|
this.nodeList.push(id);
|
||||||
|
|||||||
Reference in New Issue
Block a user