src/views/system/user/index.vue
@@ -722,6 +722,7 @@ deptTreeSelect(1).then((response) => { this.deptOptionsks = response.data; }); // 病区列表 deptTreeSelect(2).then((response) => { this.deptOptionsbq = response.data; }); @@ -907,7 +908,7 @@ updateUser(this.form).then((response) => { this.$modal.msgSuccess("修改成功"); this.open = false; this.adduserdept(); // this.adduserdept(); }); } else { addUser(this.form).then((response) => { @@ -916,7 +917,7 @@ this.form.userId = response.data; console.log("开始加部门"); this.adduserdept(); // this.adduserdept(); }); } }