jwyu hace 3 años
padre
commit
954d3c2db9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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)
 }