pages/modal/5601.vue
@@ -490,7 +490,25 @@ } } } const app = getApp() if (app.globalData.bindClasses) { styledefHead.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", }) styledefHead.form.model["S_CLASSES"] = app.globalData.classes } } this.setData({ head_styledef: styledefHead