fix(系统设置): 工作空间成员批量添加到项目报错时一直loading

This commit is contained in:
shiziyuan9527 2022-04-13 18:35:52 +08:00 committed by shiziyuan9527
parent 797f0ca702
commit 524f7384ac

View File

@ -345,6 +345,10 @@ export default {
this.$success(this.$t('commons.modify_success'));
this.initTableData();
this.$refs.cascaderDialog.close();
},() => {
if (this.$refs.cascaderDialog) {
this.$refs.cascaderDialog.loading = false;
}
});
},
buildBatchParam(param) {