fix(接口测试): 修复场景变量删除csv文件的提示错误的缺陷
--bug=1010151 --user=王孝刚 【接口测试】场景变量删除csv文件的提示错误 https://www.tapd.cn/55049933/s/1102348
This commit is contained in:
parent
21a9b815f2
commit
626a87966d
|
@ -72,7 +72,7 @@ export default {
|
|||
}
|
||||
},
|
||||
handleRemove(file) {
|
||||
this.$alert('是否确认删除CSV文件:【 ' + file.name + " 】?", '', {
|
||||
this.$alert('是否确认删除CSV文件:【 ' + file.file.name + " 】?", '', {
|
||||
confirmButtonText: this.$t('commons.confirm'),
|
||||
callback: (action) => {
|
||||
if (action === 'confirm') {
|
||||
|
|
Loading…
Reference in New Issue