|
@@ -71,7 +71,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','editable'], function
|
|
//在普通搜索渲染后
|
|
//在普通搜索渲染后
|
|
table.on('post-common-search.bs.table', function (event, table) {
|
|
table.on('post-common-search.bs.table', function (event, table) {
|
|
var form = $("form", table.$commonsearch);
|
|
var form = $("form", table.$commonsearch);
|
|
- $("input[name='exam_collection_name']", form).addClass("selectpage").data("source", "teacher/collection/selectpage").data('params',{'custom[exam_collection_type]':3}).data("primaryKey", "exam_collection_name").data("field", "exam_collection_name").data("orderBy", "exam_collection_id asc");
|
|
|
|
|
|
+ $("input[name='exam_collection_name']", form).addClass("selectpage").data("source", "teacher/collection/selectpage").data('params',{'custom[exam_collection_type]':3}).data("primaryKey", "exam_collection_name").data("field", "exam_collection_name").data("orderBy", "createtime asc");
|
|
Form.events.cxselect(form);
|
|
Form.events.cxselect(form);
|
|
Form.events.selectpage(form);
|
|
Form.events.selectpage(form);
|
|
});
|
|
});
|