2020-04-30 17:05
题主
萝卜
用户名称:
luobogege
加入日期:
2018-03-14 19:14
登录次数:
143
下拉框选择完后,如何把store其他字段的值赋给其他text框
下拉框取完数后,如何把store其他字段的值赋给其他text框
2020-05-06 09:50
#1
Zhao WJ
用户名称:
zhaowj
加入日期:
2011-05-02 12:07
登录次数:
2356
select 事件,otherText.setValue(record.data.otherFieldName);
返回
开发者社区