refactor(用例评审): 添加loading
This commit is contained in:
parent
1dfbd16144
commit
9a10123bc4
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue