CN-1592 fix: 调整tag form preview校验交互

This commit is contained in:
chenjinsong
2024-04-16 10:28:01 +08:00
parent 3c621cc46e
commit 042f3f45f6

View File

@@ -1177,11 +1177,11 @@ export default {
this.editTagErrorTip = '' this.editTagErrorTip = ''
this.showImportedData[index].isValid = 1 this.showImportedData[index].isValid = 1
this.showImportedData[index].msg = this.$t('overall.success') this.showImportedData[index].msg = this.$t('overall.success')
if (this.hasErrorImportedData()) { /*if (this.hasErrorImportedData()) {
this.previewErrorTip = this.$t('validate.pleaseCheckForErrorItem') this.previewErrorTip = this.$t('validate.pleaseCheckForErrorItem')
} else { } else {
this.previewErrorTip = '' this.previewErrorTip = ''
} }*/
} else { } else {
this.showImportedData[index].isValid = 0 this.showImportedData[index].isValid = 0
} }