当前位置:网站首页>easyui的combobox默认选中第一个选项
easyui的combobox默认选中第一个选项
2022-07-26 21:15:00 【reg183】
pmProjectSelect.combobox({
editable:false,
165,
url : ctx + ‘/PmProject/findByProjectMgr’,
//combobox默认选中第一个
onLoadSuccess:function(){
var data = pmProjectSelect.combobox(‘getData’);//获取所有下拉框数据
if (data.length > 0) {
//如果有数据的话默认选中第一条数据
pmProjectSelect.combobox(‘select’,data[0].value);
}
}
});
边栏推荐
- Resume in 2022 is dead in the sea. Don't vote. Software testing positions are saturated
- VI and VIM text editors
- A new technical director asked me to do an IP territorial function~
- In depth interpretation of happens before principle
- JDBC operation and entry case of MySQL
- Oppo self-developed large-scale knowledge map and its application in digital intelligence engineering
- JDBC summary
- TASK04|分类分析
- 基于CAShapeLayer和贝塞尔曲线的圆形进度条动画
- Four solutions of distributed session
猜你喜欢

In depth analysis of the source code, why is the string class immutable? (hit me before you understand)

月薪5万的朋友告诉我,你只是在打杂

A new technical director asked me to do an IP territorial function~

Schematic diagram of MOS tube

matlab 基音周期估计后处理

OPPO 自研大规模知识图谱及其在数智工程中的应用

仅需一个依赖给Swagger换上新皮肤,既简单又炫酷
![[MySql]substr用法-查询表的某个字段的具体位数的值](/img/d5/68658ff15f204dc97abfe7c9e6b354.png)
[MySql]substr用法-查询表的某个字段的具体位数的值

I successfully landed the automatic testing post, with a maximum monthly salary of 15.4k. I'm great~

matlab 短时自相关实现
随机推荐
A bowl of noodles in a dream
matlab 基音周期估计后处理
Attack and defense world ----- ics-07
Afnetworking understand
七月集训(第26天) —— 并查集
Pytorch 使用RNN模型构建人名分类器
Talk about TCP time_ WAIT
kalibr标定realsenseD435i --多相机标定
Samsung releases 108million pixel image sensor isocell bright HMX, and Xiaomi will launch
Also on Data Governance
Go----Go 语言中的标识符和关键字
补充—非线性规划
JMeter自定义日志与日志分析
技术分享 | 服务端接口自动化测试, Requests 库的这些功能你了解吗?
matlab 短时自相关实现
京东一面:Redis 如何实现库存扣减操作?如何防止商品被超卖?
Japan approves the export of EUV photoresist to South Korea, and the crisis of Samsung and SK Hynix may be alleviated
7、 Wechat applet running error: error: illegal appid, invalid appid
也谈数据治理
1 - "pytorch deep learning practice" - linear model