fix: 保存后重新点击改模块无显示

This commit is contained in:
chenjianxing 2021-04-23 15:04:12 +08:00 committed by jianxing
parent d8da7d75a9
commit 6c48395284
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ name: "TestCaseMinder",
}
this.result = this.$post('/test/case/minder/edit', param, () => {
this.$success(this.$t('commons.save_success'));
this.getTestCases();
});
},
buildSaveCase(root, saveCases, deleteCases, parent) {