diff --git a/src/views/tag/TagForm.vue b/src/views/tag/TagForm.vue index 00bd37b9..cad9f7dc 100644 --- a/src/views/tag/TagForm.vue +++ b/src/views/tag/TagForm.vue @@ -1177,11 +1177,11 @@ export default { this.editTagErrorTip = '' this.showImportedData[index].isValid = 1 this.showImportedData[index].msg = this.$t('overall.success') - if (this.hasErrorImportedData()) { + /*if (this.hasErrorImportedData()) { this.previewErrorTip = this.$t('validate.pleaseCheckForErrorItem') } else { this.previewErrorTip = '' - } + }*/ } else { this.showImportedData[index].isValid = 0 }