master
chengqf 2 years ago
parent d48a1ea7a9
commit 37e78fc730

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

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

Loading…
Cancel
Save