From 0ff4a4c438c7bc837866545737031b8bc79b4c39 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 10 Oct 2023 13:39:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=B7=E7=A2=BE=E6=90=AC=E8=BF=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/modules/hunnian-carry.vue | 2 +- utils/getData1.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/modules/hunnian-carry.vue b/pages/modules/hunnian-carry.vue index 76ecfa0..04cc8e7 100644 --- a/pages/modules/hunnian-carry.vue +++ b/pages/modules/hunnian-carry.vue @@ -59,7 +59,7 @@ /** 确定 */ async toSure () { this.disabled1 = true - if (this.val1 || !this.index1) { + if (!this.val1 || !this.index1) { this.disabled1 = false return } diff --git a/utils/getData1.js b/utils/getData1.js index 5ccb436..85b25d7 100644 --- a/utils/getData1.js +++ b/utils/getData1.js @@ -34,7 +34,7 @@ export const getBlendingCode = () => request({ }) // 确认 export const sendTask = (vcode, spcode) => request({ - url:'api/pda/move/sendTask', + url:'api/pda/move/sendTask', data: { vehicle_code: vcode, start_point_code: spcode,