From 1370b7107847565bf480f3b283e285492e08ade2 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 19 Mar 2024 09:20:24 +0800 Subject: [PATCH] bug --- pages/manage/point-update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/manage/point-update.vue b/pages/manage/point-update.vue index a56ab98..679660d 100644 --- a/pages/manage/point-update.vue +++ b/pages/manage/point-update.vue @@ -103,7 +103,7 @@ return } try { - let res = await unbindVehicle(this.val1, this.index1, this.val2) + let res = await unbindVehicle(this.val1, this.options1[this.index1].value, this.val2) this.clearUp() uni.showToast({ title: res.message,