Commit 7fba64f3 authored by wangqinghua's avatar wangqinghua

style update

parent f7b4b2a4
......@@ -49,6 +49,11 @@ export class WorkService {
return this.http.put(SERVER_API_URL + '/sysevent/deal' ,data);
}
//事件确认
confirmEvent(data): Observable<any>{
return this.http.post(SERVER_API_URL + '/sysevent/confirm' ,data);
}
//查询事件, 操作人, 流转记录, 资产
findTransferAndInventory(params): Observable<any>{
return this.http.get(SERVER_API_URL + '/sysevent/findTransferAndInventory/' +params);
......
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 to comment