From 41332257f7889df6032fa3c64a7f3998e4b65524 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期一, 20 五月 2024 18:03:40 +0800 Subject: [PATCH] qxtj --- src/api/system/comp.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/api/system/comp.js b/src/api/system/comp.js index 54a445f..a7e51a7 100644 --- a/src/api/system/comp.js +++ b/src/api/system/comp.js @@ -139,4 +139,14 @@ method: 'post', data: data }) +} + + +// 鏌ヨ浣撴鍗曚綅淇℃伅缁存姢鍒楄〃 +export function getCusTomterListByCompId(query) { + return request({ + url: '/system/comp/getCusTomterListByCompId', + method: 'get', + params: query + }) } \ No newline at end of file -- Gitblit v1.8.0