From 2834c65389bb6898afc779486060a2228752a521 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 17 Jun 2024 09:47:25 +0800 Subject: [PATCH] api --- src/api/wms/qadProject/index.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/api/wms/qadProject/index.ts b/src/api/wms/qadProject/index.ts index ce9cd6e8e..1cf09d892 100644 --- a/src/api/wms/qadProject/index.ts +++ b/src/api/wms/qadProject/index.ts @@ -56,4 +56,9 @@ export const exportQadProject = async (params) => { // 下载用户导入模板 export const importTemplate = () => { return request.download({ url: '/wms/qad-project/get-import-template' }) -} \ No newline at end of file +} + +export const getProjectType = async () => { + return await request.get({ url: `/wms/qad-costcentre/queryCostcentreType` }) +} +