|  | @@ -4,8 +4,6 @@
 | 
											
												
													
														|  |        ref="searchForm"
 |  |        ref="searchForm"
 | 
											
												
													
														|  |        :inline="true"
 |  |        :inline="true"
 | 
											
												
													
														|  |        class="searchForm"
 |  |        class="searchForm"
 | 
											
												
													
														|  | -      @submit="search"
 |  | 
 | 
											
												
													
														|  | -      @reset="onReSet"
 |  | 
 | 
											
												
													
														|  |        :model="searchForm"
 |  |        :model="searchForm"
 | 
											
												
													
														|  |      >
 |  |      >
 | 
											
												
													
														|  |        <el-form-item prop="search">
 |  |        <el-form-item prop="search">
 | 
											
										
											
												
													
														|  | @@ -59,8 +57,8 @@
 | 
											
												
													
														|  |          </el-select>
 |  |          </el-select>
 | 
											
												
													
														|  |        </el-form-item>
 |  |        </el-form-item>
 | 
											
												
													
														|  |        <el-form-item>
 |  |        <el-form-item>
 | 
											
												
													
														|  | -        <el-button native-type="submit" type="danger">搜索</el-button>
 |  | 
 | 
											
												
													
														|  | -        <el-button type="primary" native-type="reset">重置</el-button>
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <el-button  type="danger" @click="search">搜索</el-button>
 | 
											
												
													
														|  | 
 |  | +        <el-button type="primary" @click="onReSet">重置</el-button>
 | 
											
												
													
														|  |          <!-- <el-button
 |  |          <!-- <el-button
 | 
											
												
													
														|  |            type="primary"
 |  |            type="primary"
 | 
											
												
													
														|  |            v-permission="'export/musicGroupStudent'"
 |  |            v-permission="'export/musicGroupStudent'"
 | 
											
										
											
												
													
														|  | @@ -170,6 +168,7 @@ export default {
 | 
											
												
													
														|  |        this.getList()
 |  |        this.getList()
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      onReSet() {
 |  |      onReSet() {
 | 
											
												
													
														|  | 
 |  | +      this.$refs.searchForm.resetFields()
 | 
											
												
													
														|  |        this.search()
 |  |        this.search()
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      getGrade(id){
 |  |      getGrade(id){
 |