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,