From fa356bb65f2bc425e866ceb0fc3acf44caca0edd Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期二, 05 九月 2023 15:14:44 +0800 Subject: [PATCH] Merge branch 'master' of ssh://10.153.19.150:29418/CanadaMes --- CanadaMes-ui/src/api/home.js | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js index 51a793c..88450d9 100644 --- a/CanadaMes-ui/src/api/home.js +++ b/CanadaMes-ui/src/api/home.js @@ -7,17 +7,30 @@ */ export function home(data) { return request({ - url: '/storageRack/load', + url: '/home/load', method: 'get', data }) } export function home2(data) { return request({ - url: '/storageRack/loads', + url: '/home/loads', method: 'get', data }) } +export function loadtask(type) { + return request({ + url: '/home/loadinout?types=' + type, + method: 'get', + }) +} +export function InsertOrder(orderid) { + return request({ + url: '/home/InsertOrder?orderid=' + orderid, + method: 'get', + data :"" + }) +} -- Gitblit v1.8.0