refactor(测试跟踪): 测试用例导入提示优化

--bug=1020765 --user=陈建星 【测试跟踪】导入接口用例全部失败后,再次打开导入窗口无法选择文件 https://www.tapd.cn/55049933/s/1315595
This commit is contained in:
chenjianxing 2022-12-14 14:22:49 +08:00 committed by jianxing
parent a0ed442219
commit 0d79032257
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ export default {
this.showContinueBtn = true;
}
}
}).catch(() => {
this.loading = false;
});
},
changeVersion(data) {