|  | @@ -6,8 +6,8 @@
 | 
	
		
			
				|  |  |            :option="option"
 | 
	
		
			
				|  |  |            :data="receivableList"
 | 
	
		
			
				|  |  |            :search.sync="queryParams"
 | 
	
		
			
				|  |  | -          @resetColumn="resetColumn('crud','option','optionList',178)"
 | 
	
		
			
				|  |  | -          @saveColumn="saveColumn('crud','option','optionList',178)"
 | 
	
		
			
				|  |  | +          @resetColumn="resetColumn('crud','option','optionList',181)"
 | 
	
		
			
				|  |  | +          @saveColumn="saveColumn('crud','option','optionList',181)"
 | 
	
		
			
				|  |  |        >
 | 
	
		
			
				|  |  |          <template slot="menuLeft">
 | 
	
		
			
				|  |  |            <el-button
 | 
	
	
		
			
				|  | @@ -902,7 +902,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    async created() {
 | 
	
		
			
				|  |  | -    this.option = await this.getColumnData(this.getColumnName(178), this.optionList);
 | 
	
		
			
				|  |  | +    this.option = await this.getColumnData(this.getColumnName(181), this.optionList);
 | 
	
		
			
				|  |  |      this.$set(this.queryParams, 'groupBy', 1)
 | 
	
		
			
				|  |  |      this.sysType = Cookies.get("sysType");
 | 
	
		
			
				|  |  |      this.setRowList = this.tableDate;
 |