From 5a1cbbd198bc9c0a6a8af83985c75e96ae25ab9c Mon Sep 17 00:00:00 2001 From: liuchengxin <13104445455@126.com> Date: 星期四, 27 一月 2022 11:28:36 +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