fix(测试跟踪): 功能用例导入后提示优化

This commit is contained in:
chenjianxing 2022-08-25 10:39:38 +08:00 committed by f2c-ci-robot[bot]
parent 9dcb26d052
commit 33360b5309
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ export default {
},
importRefresh() {
this.refreshAll();
if (this.$refs.testCaseEdit) {
if (this.$refs.testCaseEdit && this.$refs.testCaseEdit.length > 0) {
setTimeout(() => {
this.$info(this.$t('test_track.case.import.import_refresh_tips'));
}, 3000)