mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-04 21:19:52 +08:00
fix(系统设置): 工作空间成员批量添加到项目报错时一直loading
This commit is contained in:
parent
797f0ca702
commit
524f7384ac
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user