fix: 测试用例脑图变更更新模块树
This commit is contained in:
parent
d5ee714bea
commit
c91af8a442
|
@ -66,6 +66,7 @@
|
|||
:project-id="projectId"
|
||||
:condition="condition"
|
||||
v-if="activeDom === 'right'"
|
||||
@refresh="refreshTable"
|
||||
ref="minder"/>
|
||||
</ms-tab-button>
|
||||
</el-tab-pane>
|
||||
|
|
|
@ -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);
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue