|
|
@ -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("是否确定移除该用户?", "提示", {
|
|
|
|