fix (接口定义):执行结果未更新问题修复
--bug=1006329 --user=赵勇 【接口测试】接口用例... https://www.tapd.cn/55049933/s/1043018
This commit is contained in:
parent
1def9a79f5
commit
d67adc686a
|
@ -269,7 +269,7 @@ export default {
|
||||||
this.runResult = {testId: getUUID()};
|
this.runResult = {testId: getUUID()};
|
||||||
this.$refs.apiCaseItem.runLoading = false;
|
this.$refs.apiCaseItem.runLoading = false;
|
||||||
this.$success(this.$t('organization.integration.successful_operation'));
|
this.$success(this.$t('organization.integration.successful_operation'));
|
||||||
//this.$emit("refresh");
|
this.getApiTest();
|
||||||
},
|
},
|
||||||
errorRefresh() {
|
errorRefresh() {
|
||||||
this.batchLoadingIds = [];
|
this.batchLoadingIds = [];
|
||||||
|
|
Loading…
Reference in New Issue