NEZ-1493 fix:修改i18n code不对的问题
This commit is contained in:
@@ -304,7 +304,7 @@ export default {
|
||||
for (let i = 0; i < param.param.items.length; i++) {
|
||||
if (!param.param.items[i].name) {
|
||||
this.$refs['metaNameOption' + i][0].focus()
|
||||
this.$message.error(this.$t('config.assetLabel.metaOptionNull'))
|
||||
this.$message.error(this.$t('config.assetLabel.labelOptionNull'))
|
||||
this.prevent_opt.save = false
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user