From 93b80ac0cd2bcc708ba6143ae363cf5cb3b693bf Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Wed, 1 Mar 2023 17:21:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=E8=AF=B7=E6=B1=82=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=202023=E5=B9=B43=E6=9C=881=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/chooselist/chooselist.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/chooselist/chooselist.js b/src/api/chooselist/chooselist.js index 8f6efcf..945eea6 100644 --- a/src/api/chooselist/chooselist.js +++ b/src/api/chooselist/chooselist.js @@ -9,7 +9,7 @@ export const getChooselistData = data => createAPI(`api/chooselist/getChooselist -export const getChooselistEam = data => createAPI(`api/pms/chooselist/getChooselist/${data.tagNo}`,'get',data) +export const getChooselistEam = data => createAPI(`api/chooselist/getChooselist/${data.tagNo}`,'get',data) -export const getChooselistDataEam = data => createAPI(`api/pms/chooselist/getChooselistData`,'post',data) +export const getChooselistDataEam = data => createAPI(`api/chooselist/getChooselistData`,'post',data)