标准合规评估 表格选择人员不回显

This commit is contained in:
宋伟佳
2022-03-17 14:47:10 +08:00
parent 4a1d677b8c
commit 6eecdb423b
@@ -1058,11 +1058,15 @@ export default {
this.projectList = data;
},
choiceZRR(scope, type, title, id) {
console.log(scope);
if (scope != null) {
this.currentIndex = scope.$index;
this.nodeList = [];
this.nodeList.push(scope.row.distributePersonId);
}else{
this.nodeList = [];
this.nodeList.push(id);
}
this.nodeList = [];
this.nodeList.push(id);
this.type = type;
this.drawerTitle = title;
this.modalshowflag = true;