bug
This commit is contained in:
		@@ -528,6 +528,8 @@ export default {
 | 
			
		||||
          this.form.description = res.data.description || ''
 | 
			
		||||
          this.form.arriveAreaId = res.data.arriveAreaId
 | 
			
		||||
          this.form.arriveAreaName = res.data.arriveAreaName
 | 
			
		||||
          this.form.startAddress = res.data.startAddress || ''
 | 
			
		||||
          this.form.arriveAddress = res.data.arriveAddress || ''
 | 
			
		||||
        }
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -435,6 +435,8 @@ export default {
 | 
			
		||||
          this.startAreaName = res.data.records?.[0]?.startAreaName
 | 
			
		||||
          this.form.arriveAreaId = res.data.records?.[0]?.arriveAreaId
 | 
			
		||||
          this.form.arriveAreaName = res.data.records?.[0]?.arriveAreaName
 | 
			
		||||
          this.form.startAddress = res.data.records?.[0]?.startAddress || ''
 | 
			
		||||
          this.form.arriveAddress = res.data.records?.[0]?.arriveAddress || ''
 | 
			
		||||
        }
 | 
			
		||||
      })
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user