From 042f3f45f65c33d20cb77ba5d82baf950a8d76ec Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 16 Apr 2024 10:28:01 +0800 Subject: [PATCH] =?UTF-8?q?CN-1592=20fix:=20=E8=B0=83=E6=95=B4tag=20form?= =?UTF-8?q?=20preview=E6=A0=A1=E9=AA=8C=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tag/TagForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }