编辑提交无校验 51824
This commit is contained in:
@@ -389,6 +389,11 @@ export default {
|
|||||||
this.nodeList = [];
|
this.nodeList = [];
|
||||||
this.nodeList2 = [];
|
this.nodeList2 = [];
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
if (!this.addForm.workLeaderGroup.length) {
|
||||||
|
this.$message.warning("请选择工作组组长");
|
||||||
|
} else if (!this.addForm.workPeopleGroup.length) {
|
||||||
|
this.$message.warning("请选择工作组组员");
|
||||||
} else {
|
} else {
|
||||||
let workLeader = "";
|
let workLeader = "";
|
||||||
let workLeaderId = "";
|
let workLeaderId = "";
|
||||||
@@ -398,7 +403,6 @@ export default {
|
|||||||
workLeaderId += item.id;
|
workLeaderId += item.id;
|
||||||
workLeaderId += ",";
|
workLeaderId += ",";
|
||||||
});
|
});
|
||||||
|
|
||||||
let workPeople = "";
|
let workPeople = "";
|
||||||
let workPeopleId = "";
|
let workPeopleId = "";
|
||||||
this.addForm.workPeopleGroup.map(item => {
|
this.addForm.workPeopleGroup.map(item => {
|
||||||
@@ -426,6 +430,7 @@ export default {
|
|||||||
this.addModel = false;
|
this.addModel = false;
|
||||||
this.$refs.workGroup.clearSelection();
|
this.$refs.workGroup.clearSelection();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning("请填写整信息");
|
this.$message.warning("请填写整信息");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user