fix: 测试用例脑图变更更新模块树
This commit is contained in:
parent
d5ee714bea
commit
c91af8a442
|
@ -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>
|
||||||
|
|
|
@ -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);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue