From b33b256a0e996df1e8ca1859ba538fe3ea085509 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 25 九月 2024 17:44:13 +0800 Subject: [PATCH] ll --- pda/api/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pda/api/index.js b/pda/api/index.js index a8ee63f..c7c9064 100644 --- a/pda/api/index.js +++ b/pda/api/index.js @@ -149,4 +149,12 @@ method: 'post', data }) +} +// wms杩愬崟璇︽儏 +export const wmsJobDetail = (data) => { + return http({ + url: 'visitsAdmin/cloudService/web/pdaPlatform/wmsJobDetail', + method: 'get', + data + }) } \ No newline at end of file -- Gitblit v1.9.3