fix(接口测试): 修复场景变量删除csv文件的提示错误的缺陷

--bug=1010151 --user=王孝刚 【接口测试】场景变量删除csv文件的提示错误
https://www.tapd.cn/55049933/s/1102348
This commit is contained in:
wxg0103 2022-02-09 16:53:31 +08:00 committed by 刘瑞斌
parent 21a9b815f2
commit 626a87966d
1 changed files with 1 additions and 1 deletions

View File

@ -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') {