|  | @@ -71,7 +71,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','editable'], function
 | 
	
		
			
				|  |  |              //在普通搜索渲染后
 | 
	
		
			
				|  |  |              table.on('post-common-search.bs.table', function (event, table) {
 | 
	
		
			
				|  |  |                  var form = $("form", table.$commonsearch);
 | 
	
		
			
				|  |  | +                console.log(Config.collection_name+'@@@@@@@@@@')
 | 
	
		
			
				|  |  |                  $("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 desc");
 | 
	
		
			
				|  |  | +                $("input[name='exam_collection_name']", form).val(Config.collection_name);
 | 
	
		
			
				|  |  |                  Form.events.cxselect(form);
 | 
	
		
			
				|  |  |                  Form.events.selectpage(form);
 | 
	
		
			
				|  |  |              });
 |