fix: 工作空间成员批量处理数量错误
This commit is contained in:
parent
ec44403e4e
commit
6bc09cf741
|
@ -343,6 +343,7 @@
|
||||||
this.result = this.$post("user/ws/member/add", param, () => {
|
this.result = this.$post("user/ws/member/add", param, () => {
|
||||||
this.$success(this.$t('commons.save_success'));
|
this.$success(this.$t('commons.save_success'));
|
||||||
this.initTableData();
|
this.initTableData();
|
||||||
|
this.selectRows.clear();
|
||||||
this.createVisible = false;
|
this.createVisible = false;
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue