fix(接口测试): 优化删除版本场景的提示
--bug=1014508 --user=王孝刚 【接口测试】场景删除版本,提示信息是“确认删除接口xxx?” https://www.tapd.cn/55049933/s/1193246
This commit is contained in:
parent
d1ee38659f
commit
540da74962
|
@ -2244,7 +2244,7 @@ export default {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
del(row) {
|
del(row) {
|
||||||
this.$alert(this.$t('api_test.definition.request.delete_confirm') + ' ' + row.name + " ?", '', {
|
this.$alert(this.$t('load_test.delete_threadgroup_confirm') + ' ' + row.name + " ?", '', {
|
||||||
confirmButtonText: this.$t('commons.confirm'),
|
confirmButtonText: this.$t('commons.confirm'),
|
||||||
callback: (action) => {
|
callback: (action) => {
|
||||||
if (action === 'confirm') {
|
if (action === 'confirm') {
|
||||||
|
|
Loading…
Reference in New Issue