工作台改版
parent
661f0e5dfb
commit
f66f0da07e
|
@ -260,6 +260,11 @@ export default {
|
||||||
this.parentTriggerValOptions = this.parentOptions[index].TypeValue.split('|')
|
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) {
|
if (Object.keys(this.data).length > 0) {
|
||||||
for (const k in this.form) {
|
for (const k in this.form) {
|
||||||
if (this.data.hasOwnProperty(k)) {
|
if (this.data.hasOwnProperty(k)) {
|
||||||
|
|
Loading…
Reference in New Issue