用户修改
This commit is contained in:
parent
3408e0b68e
commit
5a3e7057f7
|
|
@ -514,7 +514,7 @@
|
|||
if (valid) {
|
||||
if (this.form.userId != undefined) {
|
||||
this.form.newFace = "";
|
||||
this.form.orgIds = [this.form.orgIds]
|
||||
this.form.orgIds = Array.isArray(this.form.orgIds) ? this.form.orgIds : [this.form.orgIds]
|
||||
console.log("人员修改",this.form);
|
||||
updateUser(this.form).then(response => {
|
||||
this.$modal.msgSuccess("修改成功");
|
||||
|
|
|
|||
Loading…
Reference in New Issue