Browse Source

弹窗接口

IRIS-b 2 năm trước cách đây
mục cha
commit
4680364802
1 tập tin đã thay đổi với 10 bổ sung1 xóa
  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
 }