diff --git a/pages/SecondPhase/slitting/GdsPrepInOut.vue b/pages/SecondPhase/slitting/GdsPrepInOut.vue
index 9c8b94c..bb4e858 100644
--- a/pages/SecondPhase/slitting/GdsPrepInOut.vue
+++ b/pages/SecondPhase/slitting/GdsPrepInOut.vue
@@ -39,7 +39,7 @@
| {{e.point_code1}} |
{{e.point_code2}} |
- {{options1 | findByValue(e.vehicle_type)}} |
+ {{options1 | findByValue(e.task_type)}} |
{{options2 | findByValue(e.task_status)}} |
{{e.vehicle_code}} |
{{e.create_time}} |
@@ -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
}