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"
:condition="condition"
v-if="activeDom === 'right'"
@refresh="refreshTable"
ref="minder"/>
</ms-tab-button>
</el-tab-pane>

View File

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