|  | @@ -18,7 +18,7 @@
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |      </el-card>
 | 
	
		
			
				|  |  |      <el-card>
 | 
	
		
			
				|  |  | -      <mx-search-group class="mb10" justify="end" :span="6" v-model="score" placeholder="请输入分数" @search="getList"
 | 
	
		
			
				|  |  | +      <mx-search-group class="mb10" justify="end" :span="6" v-model="scoreRank" placeholder="请输入分数或位次" @search="getList"
 | 
	
		
			
				|  |  |        ></mx-search-group>
 | 
	
		
			
				|  |  |        <mx-condition ref="condition" :query-params="queryParams" @query="handleQuery"
 | 
	
		
			
				|  |  |                      @invalid="handleInvalidQuery"
 | 
	
	
		
			
				|  | @@ -60,7 +60,7 @@ export default {
 | 
	
		
			
				|  |  |        backimg:
 | 
	
		
			
				|  |  |          'url(' + require('@/assets/images/career/icon_colleges.png') + ')',
 | 
	
		
			
				|  |  |        batchData: [],
 | 
	
		
			
				|  |  | -      score: '',
 | 
	
		
			
				|  |  | +      scoreRank: '',
 | 
	
		
			
				|  |  |        propDefines: {
 | 
	
		
			
				|  |  |          location: {
 | 
	
		
			
				|  |  |            label: '地域'
 | 
	
	
		
			
				|  | @@ -96,7 +96,7 @@ export default {
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      getList() {
 | 
	
		
			
				|  |  | -      if (this.score == '') return
 | 
	
		
			
				|  |  | +      if (this.scoreRank == '') return
 | 
	
		
			
				|  |  |        this.getYfydList()
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      handleInvalidQuery() {
 | 
	
	
		
			
				|  | @@ -117,7 +117,7 @@ export default {
 | 
	
		
			
				|  |  |          year: this.queryParams.yfydYear,
 | 
	
		
			
				|  |  |          location: this.queryParams.yfydLocation,
 | 
	
		
			
				|  |  |          mode: this.queryParams.yfydMode,
 | 
	
		
			
				|  |  | -        score: this.score,
 | 
	
		
			
				|  |  | +        scoreRank: this.scoreRank,
 | 
	
		
			
				|  |  |          ...this.pageForm
 | 
	
		
			
				|  |  |        }).then((res) => {
 | 
	
		
			
				|  |  |          this.batchData = res.rows
 |