EXTJS 下拉框选中后修改某个值

me.familyDoctor = Ext.create('Ext.ux.form.DictCombo', {
sqlAdd: "and org_id = " + JsHelper.GetUserInfo().OrgId,
fieldLabel: "家庭医生", name: "FAMILY_DOCTOR", editable: true, dictName: "V_FAMILY_TEAM_DICT", labelWidth: 90, width: 350, forceSelection: true, value: JsHelper.GetUserInfo().StaffCode, allowBlank: false,
listeners: {
'change': function () {
me.LoadDataDoctorTel(me.familyDoctor.getValue());
}
}
});

posted @ 2021-12-22 09:56  摆摊收回忆  阅读(168)  评论(0编辑  收藏  举报