jwyu 3 năm trước cách đây
mục cha
commit
954d3c2db9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      api/user.js

+ 2 - 2
api/user.js

@@ -49,6 +49,6 @@ export const apiApplyPermission=params=>{
 /**
  * 获取用户最近一条申请单信息
  */
-export const apiLastApplyRecord=()=>{
-	return httpGet('/user/get_last_apply_record',{})
+export const apiLastApplyRecord=(params)=>{
+	return httpGet('/user/get_last_apply_record',params)
 }