From 285eb9dda9b594ad185c9f612c9881af6956f35b Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期五, 31 十二月 2021 11:32:04 +0800 Subject: [PATCH] 提交代码 --- src/api/common/common.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/common/common.js b/src/api/common/common.js index 6a32e09..053b140 100644 --- a/src/api/common/common.js +++ b/src/api/common/common.js @@ -47,3 +47,11 @@ method: 'get' }) } + +// 鍘傚晢涓嬫媺鍒楄〃 +export function listManufacturer() { + return request({ + url: '/oa/manufacturer/findList', + method: 'get' + }) +} -- Gitblit v1.9.1