pages/modal/3202.vue
@@ -217,6 +217,25 @@ } }); const app = getApp() if (app.globalData.bindClasses) { $this.head_styledef.form.items.push({ name: "Input", label: this.translate("classes"), labelWidth: 100, disabled: true, value: app.globalData.classes, setting: { width: 100, height: 50, }, bind: { attr: "", }, fieldId: "S_CLASSES", }) $this.head_styledef.form.model["S_CLASSES"] = app.globalData.classes } } } catch (ex) {