commit
This commit is contained in:
@@ -439,11 +439,13 @@ export default {
|
||||
if (this.selectList.length > 0) {
|
||||
this.zrType = type;
|
||||
this.nodeList = [];
|
||||
if (row.workPeopleId) {
|
||||
this.nodeList = row.workPeopleId.split(",");
|
||||
}
|
||||
this.modalshowflag = true;
|
||||
this.drawerTitle = "批量选择责任人";
|
||||
this.selectList.forEach(item =>{
|
||||
if(item.workPeopleId){
|
||||
this.nodeList = item.workPeopleId.split(",");
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.$message.warning("请选择要分发的数据");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user