fix(测试跟踪): 功能用例导入后提示优化
This commit is contained in:
parent
9dcb26d052
commit
33360b5309
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue