fix(接口定义): 优化重复点击case的提示 (#15798)
--bug=1014874 --user=王孝刚 【接口测试】多次点击接口case列表执行按钮页面提示不友好 https://www.tapd.cn/55049933/s/1202115 Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
parent
fb76eea8f4
commit
17d4c8af93
|
@ -56,7 +56,7 @@ export default {
|
|||
},
|
||||
onError() {
|
||||
this.$emit('runRefresh', "");
|
||||
this.$error("The connection is abnormal, please check the environment configuration");
|
||||
this.$error(this.$t('api_test.automation.rerun_warning'));
|
||||
},
|
||||
onMessages(e) {
|
||||
// 确认连接建立成功,开始执行
|
||||
|
|
|
@ -1453,6 +1453,7 @@ export default {
|
|||
request_error: "error",
|
||||
generate_report: "Generate report",
|
||||
rerun: "fail and rerun",
|
||||
rerun_warning: "The connection is abnormal, please check the environment configuration",
|
||||
rerun_success: "Rerun has already started, refresh the results later to view"
|
||||
},
|
||||
environment: {
|
||||
|
|
|
@ -1461,6 +1461,7 @@ export default {
|
|||
request_error: "失败",
|
||||
generate_report: "生成报告",
|
||||
rerun: "失败重跑",
|
||||
rerun_warning: "连接异常,请检查环境配置",
|
||||
rerun_success: "已经开始重跑,稍后刷新结果查看"
|
||||
},
|
||||
environment: {
|
||||
|
|
|
@ -1458,6 +1458,7 @@ export default {
|
|||
request_error: "失敗",
|
||||
generate_report: "生成報告",
|
||||
rerun: "失敗重跑",
|
||||
rerun_warning: "連接異常,請檢查環境配置",
|
||||
rerun_success: "已經開始重跑,稍後重繪結果查看"
|
||||
},
|
||||
environment: {
|
||||
|
|
Loading…
Reference in New Issue