refactor(测试跟踪): 测试用例导入提示优化
--bug=1020765 --user=陈建星 【测试跟踪】导入接口用例全部失败后,再次打开导入窗口无法选择文件 https://www.tapd.cn/55049933/s/1315595
This commit is contained in:
parent
a0ed442219
commit
0d79032257
|
@ -199,6 +199,8 @@ export default {
|
||||||
this.showContinueBtn = true;
|
this.showContinueBtn = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}).catch(() => {
|
||||||
|
this.loading = false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
changeVersion(data) {
|
changeVersion(data) {
|
||||||
|
|
Loading…
Reference in New Issue