Jing 2 сар өмнө
parent
commit
f7dfbae36a
1 өөрчлөгдсөн 9 нэмэгдсэн , 0 устгасан
  1. 9 0
      src/api/cms.js

+ 9 - 0
src/api/cms.js

@@ -91,4 +91,13 @@ export function getWebsiteCategory(params) {
     params
   })
 }
+
+//2.0 获得所有职能部门
+export function getAllDepartment(params) {
+  return request({
+    url: '/public/getAllDepartment',
+    method: 'get',
+    params
+  })
+}
 //C端网站请求无需token start ------------------------------------->