master
chengqf 2 years ago
parent d48a1ea7a9
commit 37e78fc730

@ -591,7 +591,6 @@ export default {
handleDeptChange(row) { handleDeptChange(row) {
this.currentRow = row; this.currentRow = row;
this.onUserSubmit(); this.onUserSubmit();
this.onInvSubmit();
}, },
// //
@ -632,7 +631,6 @@ export default {
page: 1, page: 1,
limit: 20, limit: 20,
}; };
this.onInvSubmit();
}, },
removeUserDialog(row) { removeUserDialog(row) {
this.$confirm("是否确定移除该用户?", "提示", { this.$confirm("是否确定移除该用户?", "提示", {

@ -614,7 +614,7 @@ export default {
this.getList(); this.getList();
// //
this.getRoleList(); this.getRoleList();
this.getSyncConfig();
this.findDeptMethod(); this.findDeptMethod();
// //

Loading…
Cancel
Save