From 455d1b96e20e5995be4d1c33db372fb6b2b1e22c Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 19 Mar 2024 09:30:09 +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 679660d..a199069 100644 --- a/pages/manage/point-update.vue +++ b/pages/manage/point-update.vue @@ -86,7 +86,7 @@ return } try { - let res = await bindVehicle(this.val1, this.index1, this.val2) + let res = await bindVehicle(this.val1, this.options1[this.index1].value, this.val2) this.clearUp() uni.showToast({ title: res.message,