|  | @@ -41,11 +41,11 @@
 | 
											
												
													
														|  |          @reset="onReSet"
 |  |          @reset="onReSet"
 | 
											
												
													
														|  |          :model="searchForm"
 |  |          :model="searchForm"
 | 
											
												
													
														|  |        >
 |  |        >
 | 
											
												
													
														|  | -        <el-form-item prop="name">
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <el-form-item prop="search">
 | 
											
												
													
														|  |            <el-input
 |  |            <el-input
 | 
											
												
													
														|  | -            v-model.trim="searchForm.name"
 |  | 
 | 
											
												
													
														|  | 
 |  | +            v-model.trim="searchForm.search"
 | 
											
												
													
														|  |              clearable
 |  |              clearable
 | 
											
												
													
														|  | -            placeholder="姓名"
 |  | 
 | 
											
												
													
														|  | 
 |  | +            placeholder="学生编号/姓名/手机号"
 | 
											
												
													
														|  |              @keyup.enter.native="
 |  |              @keyup.enter.native="
 | 
											
												
													
														|  |                e => {
 |  |                e => {
 | 
											
												
													
														|  |                  e.target.blur();
 |  |                  e.target.blur();
 | 
											
										
											
												
													
														|  | @@ -310,7 +310,7 @@ export default {
 | 
											
												
													
														|  |        id: query.id,
 |  |        id: query.id,
 | 
											
												
													
														|  |        title: query.title,
 |  |        title: query.title,
 | 
											
												
													
														|  |        searchForm: {
 |  |        searchForm: {
 | 
											
												
													
														|  | -        name: null,
 |  | 
 | 
											
												
													
														|  | 
 |  | +        search: null,
 | 
											
												
													
														|  |          city: null,
 |  |          city: null,
 | 
											
												
													
														|  |          status: 2,
 |  |          status: 2,
 | 
											
												
													
														|  |          type: null,
 |  |          type: null,
 |