소스 검색

弹窗接口

IRIS-b 2 년 전
부모
커밋
4680364802
1개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 1
      src/api/oa/cd-personnel-files.js

+ 10 - 1
src/api/oa/cd-personnel-files.js

@@ -9,8 +9,17 @@ const annualLeave = (params) => getAction('/sys/user/queryByUsername', params)
 
 // 查询分页数据-----固定资产-转移
 const getFixedZy = (params) => getAction('/oa/assets/getByState', params)
+
+
+// 查询分页数据----车辆信息
+const getCar = (params) => getAction('/oa/car/getSelectionList', params)
+
+// 查询分页数据----物料申请
+const getGoods = (params) => getAction('/oa/activiti/getSelectionList', params)
 export {
     personList,
     getFixedZy,
-    annualLeave
+    annualLeave,
+    getCar,
+    getGoods
 }