no message
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<tr v-for="(e, i) in dataList" :key="i">
|
||||
<td>{{e.point_code1}}</td>
|
||||
<td>{{e.point_code2}}</td>
|
||||
<td>{{options1 | findByValue(e.vehicle_type)}}</td>
|
||||
<td>{{options1 | findByValue(e.task_type)}}</td>
|
||||
<td>{{options2 | findByValue(e.task_status)}}</td>
|
||||
<td>{{e.vehicle_code}}</td>
|
||||
<td>{{e.create_time}}</td>
|
||||
@@ -93,7 +93,7 @@
|
||||
},
|
||||
async _getTubeVehicleInfo (e) {
|
||||
try {
|
||||
const res = getTubeVehicleInfo(e)
|
||||
const res = await getTubeVehicleInfo(e)
|
||||
if (res && res.status === 200) {
|
||||
this.val2 = res.data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user