refactor(用例评审): 添加loading

This commit is contained in:
shiziyuan9527 2020-09-22 21:14:02 +08:00
parent 1dfbd16144
commit 9a10123bc4
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ export default {
});
},
editTestReview(param) {
this.$post('/test/case/review/' + this.operationType, param, () => {
this.result = this.$post('/test/case/review/' + this.operationType, param, () => {
this.$success(this.$t('commons.save_success'));
this.dialogFormVisible = false;
this.$emit("refresh");