|  | @@ -40,8 +40,8 @@
 | 
	
		
			
				|  |  |  		<i-form ref="formValidate" :model="mall2PointsRules" :rules="ruleValidate" :label-width="80">
 | 
	
		
			
				|  |  |              <Form-item  label="积分类型" prop="pointsType" style="height: 30px;">
 | 
	
		
			
				|  |  |                  <i-select v-model="mall2PointsRules.pointsType" placeholder="积分类型" label-in-value>
 | 
	
		
			
				|  |  | -                    <i-option v-for="category in categories" :value="category.value"
 | 
	
		
			
				|  |  | -                              :key="category.value">{{category.name}}
 | 
	
		
			
				|  |  | +                    <i-option v-for="category in categoryObj" :value="category.id"
 | 
	
		
			
				|  |  | +                              :key="category.id">{{category.name}}
 | 
	
		
			
				|  |  |                      </i-option>
 | 
	
		
			
				|  |  |                  </i-select>
 | 
	
		
			
				|  |  |              </Form-item>
 |