fix: 工作空间成员批量处理数量错误

This commit is contained in:
shiziyuan9527 2021-06-02 17:05:25 +08:00 committed by 刘瑞斌
parent ec44403e4e
commit 6bc09cf741
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@
this.result = this.$post("user/ws/member/add", param, () => {
this.$success(this.$t('commons.save_success'));
this.initTableData();
this.selectRows.clear();
this.createVisible = false;
})
}