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