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,