fix: 去除多余代码

This commit is contained in:
@changcode
2021-11-03 16:02:11 +08:00
parent 1cac99f208
commit f5c4901598

View File

@@ -160,9 +160,6 @@ export default {
handler (n, o) { handler (n, o) {
this.isEdit = true this.isEdit = true
this.editGlobalization = JSON.parse(JSON.stringify(n)) this.editGlobalization = JSON.parse(JSON.stringify(n))
if (!this.editGlobalization.id) {
this.languageList[1].value = 'en'
}
} }
} }
} }