From 18bd95da5760ef97a97e0e083d10dda06b3b7d25 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Mon, 20 Feb 2023 11:10:14 +0800 Subject: [PATCH] needEmptyVehicle --- utils/getData1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/getData1.js b/utils/getData1.js index 8243e9e..07348db 100644 --- a/utils/getData1.js +++ b/utils/getData1.js @@ -42,10 +42,10 @@ export const needEmptyAxis = (rjo) => request({ } }) // 1.3呼叫空轴 -export const needEmptyVehicle = (rjo) => request({ +export const needEmptyVehicle = (pcode) => request({ url: 'api/pda/raw/needEmptyVehicle', data: { - raw_jo: rjo + point_code: pcode } }) // 1.3确认下卷