This commit is contained in:
shijingjing
2022-11-15 16:28:39 +08:00
parent 6787bc8875
commit a11f507248
2 changed files with 4 additions and 0 deletions

View File

@@ -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 || ''
}
})
},