fix: 去除多余代码
This commit is contained in:
@@ -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'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user