|  | @@ -162,13 +162,13 @@ export default {
 | 
	
		
			
				|  |  |          column: [
 | 
	
		
			
				|  |  |            {
 | 
	
		
			
				|  |  |              label: "客户名称",
 | 
	
		
			
				|  |  | -            prop: "archivesId",
 | 
	
		
			
				|  |  | +            prop: "corpName",
 | 
	
		
			
				|  |  |              type: "select",
 | 
	
		
			
				|  |  |                filterable:true,
 | 
	
		
			
				|  |  |                dicData:[],
 | 
	
		
			
				|  |  |              props: {
 | 
	
		
			
				|  |  |                  label: 'corpName',
 | 
	
		
			
				|  |  | -                value: 'id'
 | 
	
		
			
				|  |  | +                value: 'corpName'
 | 
	
		
			
				|  |  |              },
 | 
	
		
			
				|  |  |              // rules: [
 | 
	
		
			
				|  |  |              //   {
 | 
	
	
		
			
				|  | @@ -180,8 +180,9 @@ export default {
 | 
	
		
			
				|  |  |                change: (val) => {
 | 
	
		
			
				|  |  |                  if(val.value == '') return
 | 
	
		
			
				|  |  |                    for(let item of val.column.dicData) {
 | 
	
		
			
				|  |  | -                      if (val.value == item.id){
 | 
	
		
			
				|  |  | -                          this.form.corpName = item.corpName
 | 
	
		
			
				|  |  | +                      if (val.value == item.corpName){
 | 
	
		
			
				|  |  | +                          // this.form.corpName = item.corpName
 | 
	
		
			
				|  |  | +                        this.form.archivesId = item.id
 | 
	
		
			
				|  |  |                            this.form.corpId = item.corpId
 | 
	
		
			
				|  |  |                            this.form.corpTel = item.contactsTel
 | 
	
		
			
				|  |  |                            this.form.deviceAddress = item.address
 | 
	
	
		
			
				|  | @@ -389,7 +390,7 @@ export default {
 | 
	
		
			
				|  |  |          // this.findObject(this.option.column, "deviceAddress").dicData = JSON.parse(localStorage.getItem('areaTypeTree'))
 | 
	
		
			
				|  |  |          // 获取客户名称(档案列表)
 | 
	
		
			
				|  |  |          corpequipmentarchivesList().then(res=>{
 | 
	
		
			
				|  |  | -            this.findObject(this.option.column, "archivesId").dicData = res.data.data.records
 | 
	
		
			
				|  |  | +            this.findObject(this.option.column, "corpName").dicData = res.data.data.records
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |          bladeUserList({roleAlias:'维修工'}).then(res=>{
 | 
	
		
			
				|  |  |            console.log(res.data.data)
 |