fix: 测试用例脑图变更更新模块树

This commit is contained in:
chenjianxing 2021-10-26 10:54:38 +08:00 committed by jianxing
parent d5ee714bea
commit c91af8a442
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@
:project-id="projectId" :project-id="projectId"
:condition="condition" :condition="condition"
v-if="activeDom === 'right'" v-if="activeDom === 'right'"
@refresh="refreshTable"
ref="minder"/> ref="minder"/>
</ms-tab-button> </ms-tab-button>
</el-tab-pane> </el-tab-pane>

View File

@ -163,6 +163,7 @@ name: "TestCaseMinder",
.then(() => { .then(() => {
this.$success(this.$t('commons.save_success')); this.$success(this.$t('commons.save_success'));
handleAfterSave(window.minder.getRoot(), this.getParam()); handleAfterSave(window.minder.getRoot(), this.getParam());
this.$emit('refresh');
this.setIsChange(false); this.setIsChange(false);
}); });
}, },