人员信息多组织改成单组织修改

This commit is contained in:
cwchen 2025-02-18 10:46:05 +08:00
parent 94e3fd1e31
commit 7b245359a3
1 changed files with 1 additions and 0 deletions

View File

@ -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;