Commit f6f7630e by cocomilk2012

update

parent c14e15da
Showing with 1 additions and 1 deletions
......@@ -326,7 +326,7 @@ class EmployeeService implements EmployeeInterface {
*/
public getAgileWorker(params: any): Promise<any> {
let url = urls.employeeUrl + `/api/user/employee/${params.idNo}/bill/item`;
return request.get(url, params, this.header);
return request.get(url, {}, this.header);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment