This commit is contained in:
2025-11-01 12:14:34 +08:00
parent 9704289679
commit 0c5aa43dc7

View File

@@ -21,8 +21,10 @@
<thead>
<tr>
<th>载具编码</th>
<th>起点</th>
<th>终点</th>
<th>起点1</th>
<th>终点1</th>
<th>起点2</th>
<th>终点2</th>
<th>状态</th>
<th>作业号</th>
</tr>
@@ -32,6 +34,8 @@
<td>{{e.vehicle_code}}</td>
<td>{{e.point_code1}}</td>
<td>{{e.point_code2}}</td>
<td>{{e.point_code3}}</td>
<td>{{e.point_code4}}</td>
<td>{{e.task_status}}</td>
<td>{{e.task_code}}</td>
</tr>
@@ -126,6 +130,8 @@
title: res.message,
icon: 'none'
})
this.toEmpty()
this._schTaskQueryTask()
} catch (e) {
this.disabled = false
}