xadmin.widget.select-transfer.js 第172行修改为: ` box.options[i].selected = true; ` 然后在第73行前添加: `if (box == this.to_box) { this.to_box[0].options[0].selected = true; }` 修复的bug是必须点击一下右侧选中框才能提交这个问题。
xadmin.widget.select-transfer.js
第172行修改为:
box.options[i].selected = true;然后在第73行前添加:
if (box == this.to_box) { this.to_box[0].options[0].selected = true; }修复的bug是必须点击一下右侧选中框才能提交这个问题。