|  | @@ -243,6 +243,7 @@ import {getFee, saveFile} from "../../api/landTransportation";
 | 
	
		
			
				|  |  |  import {getDictionary} from "../../api/system/dictbiz";
 | 
	
		
			
				|  |  |  import {maintenanceList} from "../../api/basicData/maintenanceQ";
 | 
	
		
			
				|  |  |  import router from "../../router/router";
 | 
	
		
			
				|  |  | +import {listAllP} from "../../api/tirePartsMall/basicData/listingManagement";
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  |    name: "index",
 | 
	
		
			
				|  |  |    data() {
 | 
	
	
		
			
				|  | @@ -606,6 +607,15 @@ export default {
 | 
	
		
			
				|  |  |          //     this.findObject(this.optionList.column, "brand").dicData = res.data.data.records
 | 
	
		
			
				|  |  |          //     this.findObject(this.optionTwo.column, "brand").dicData = res.data.data.records
 | 
	
		
			
				|  |  |          // })
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +      // 品牌
 | 
	
		
			
				|  |  | +      var type = {
 | 
	
		
			
				|  |  | +        type: 'PP'
 | 
	
		
			
				|  |  | +      }
 | 
	
		
			
				|  |  | +      listAllP(type).then(res => {
 | 
	
		
			
				|  |  | +        this.findObject(this.optionTwo.column, "brand").dicData = res.data.data.records
 | 
	
		
			
				|  |  | +      })
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          // 获取供应商厂家数据
 | 
	
		
			
				|  |  |          GYSgetList(1,20, {corpType:'GYS'}).then(res=>{
 | 
	
		
			
				|  |  |              this.findObject(this.optionTwo.column, "corpId").dicData = res.data.data.records
 |