工作台改版

uat_us
熊飞 2024-03-12 16:46:56 +08:00
parent 661f0e5dfb
commit f66f0da07e
1 changed files with 5 additions and 0 deletions

View File

@ -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)) {