Compare commits
	
		
			No commits in common. "ccc2cdc0504a7d2208655cadec69a7afdc4e798c" and "ff37e3a1275c77bf79010898a3143f997c48d731" have entirely different histories.
		
	
	
		
			ccc2cdc050
			...
			ff37e3a127
		
	
		|  | @ -167,7 +167,13 @@ export default { | ||||||
| 
 | 
 | ||||||
|     setArea(val) { |     setArea(val) { | ||||||
|       this.isArea = val |       this.isArea = val | ||||||
|       this.getData() |       api | ||||||
|  |         .waresList({ | ||||||
|  |           specialArea: this.isArea | ||||||
|  |         }) | ||||||
|  |         .then((res) => { | ||||||
|  |           this.allGoods = res.data | ||||||
|  |         }) | ||||||
|     }, |     }, | ||||||
| 
 | 
 | ||||||
|     reduceRow(index) { |     reduceRow(index) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue