This commit is contained in:
2022-12-16 14:11:35 +08:00
parent bc591b3dea
commit 7d2d2eb6e0
3 changed files with 4 additions and 4 deletions

View File

@@ -221,7 +221,7 @@
return
}
try {
let res = await returnVehicle(this.val3)
let res = await returnVehicle(this.val3, this.val1)
uni.showToast({
title: res.message,
icon: 'none'