工作台改版

This commit is contained in:
熊飞
2024-03-12 16:46:56 +08:00
parent 661f0e5dfb
commit f66f0da07e
@@ -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)) {