fix(接口定义): 修复删除引用的场景提示信息错误的缺陷

--bug=1018780 --user=王孝刚 【接口测试】删除被引用的场景提示信息错误
https://www.tapd.cn/55049933/s/1276433
This commit is contained in:
wxg0103 2022-10-25 15:28:52 +08:00 committed by wxg0103
parent 22bc912a9e
commit 94bbec21f0
1 changed files with 2 additions and 2 deletions

View File

@ -1087,7 +1087,7 @@ export default {
if (alertMsg === "") {
alertMsg = this.$t('load_test.delete_threadgroup_confirm') + " ";
} else {
alertMsg += this.$t('api_test.is_continue') + " ";
alertMsg += this.$t('api_test.is_continue') + this.$t('commons.delete') + " ";
}
}
operationConfirm(this, alertMsg, () => {
@ -1250,7 +1250,7 @@ export default {
if (alertMsg === "") {
alertMsg = this.$t('load_test.delete_threadgroup_confirm');
} else {
alertMsg += this.$t('api_test.is_continue');
alertMsg += this.$t('api_test.is_continue') + this.$t('commons.delete');
}
}
//