人员信息多组织改成单组织修改
This commit is contained in:
parent
94e3fd1e31
commit
7b245359a3
|
|
@ -510,6 +510,7 @@
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.log("新增成功",this.form);
|
console.log("新增成功",this.form);
|
||||||
|
this.form.orgIds = [this.form.orgIds]
|
||||||
addUser(this.form).then(response => {
|
addUser(this.form).then(response => {
|
||||||
this.$modal.msgSuccess("新增成功");
|
this.$modal.msgSuccess("新增成功");
|
||||||
this.open = false;
|
this.open = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue