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,