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++) {
|
for (let i = 0; i < param.param.items.length; i++) {
|
||||||
if (!param.param.items[i].name) {
|
if (!param.param.items[i].name) {
|
||||||
this.$refs['metaNameOption' + i][0].focus()
|
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
|
this.prevent_opt.save = false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user