change
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
<td>{{e.vehicle_code}}</td>
|
||||
<td>{{e.material_code}}</td>
|
||||
<td>{{e.qty}}</td>
|
||||
<td>{{e.bill_code}}</td>
|
||||
<td>{{e.form_data_code}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -196,7 +196,7 @@
|
||||
try {
|
||||
let res = await inCheck(this.val1)
|
||||
if (res.code === '200') {
|
||||
this.dataList = res.data
|
||||
this.dataList = [...this.dataList, ...res.data]
|
||||
this.handleAdd()
|
||||
} else {
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user