CN-1592 fix: 调整tag form preview校验交互
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user