소스 검색

查询资方公共方法js

ch 4 년 전
부모
커밋
0de2a121bc
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      front-vue/src/api/common/company.js

+ 10 - 0
front-vue/src/api/common/company.js

@@ -0,0 +1,10 @@
+import request from '@/utils/request'
+
+// 查询项目类型信息列表
+export function listCompany() {
+  return request({
+    url: '/sc-service-ch/company/list',
+    method: 'get',
+  })
+}
+