refactor(测试计划): 关联用例列表页面显示效果优化
This commit is contained in:
parent
6c6afbfe7c
commit
aaa35dde55
|
@ -57,6 +57,7 @@ export default {
|
|||
vueObj.isSaving = false;
|
||||
this.$success(this.$t('commons.save_success'));
|
||||
vueObj.$refs.baseRelevance.close();
|
||||
vueObj.setSelectCounts(0);
|
||||
this.$emit('refresh');
|
||||
}, (error) => {
|
||||
vueObj.isSaving = false;
|
||||
|
|
Loading…
Reference in New Issue