工作台改版
This commit is contained in:
@@ -260,6 +260,11 @@ export default {
|
||||
this.parentTriggerValOptions = this.parentOptions[index].TypeValue.split('|')
|
||||
}
|
||||
}
|
||||
if (this.$i18n.locale === 'zh') {
|
||||
this.form.LanguageType = 0
|
||||
} else {
|
||||
this.form.LanguageType = 1
|
||||
}
|
||||
if (Object.keys(this.data).length > 0) {
|
||||
for (const k in this.form) {
|
||||
if (this.data.hasOwnProperty(k)) {
|
||||
|
||||
Reference in New Issue
Block a user