Commit 3845bcc5 by 杨树贤

fix

parent 439a80ca
......@@ -124,10 +124,11 @@ class SupplierShareApplyApiController extends Controller
//获取共用审核列表
//1.审核分初审和复审
//2.有审核权限都可以看到这个列表
public function GetAuditSupplierShareApplyList2($request)
public function GetAuditSupplierShareApplyList($request)
{
$applyService = new SupplierShareApplyService();
$userId = $request->user->userId;
$userId = 1000;
$list = $applyService->getAuditSupplierShareApplyList($userId);
return $this->response(0, 'ok', $list['data'], $list['total']);
}
......
......@@ -3,7 +3,7 @@
let table = layui.table
table.render({
elem: '#auditList'
, url: '/api/supplier_share_apply/GetAuditSupplierShareApplyList2'
, url: '/api/supplier_share_apply/GetAuditSupplierShareApplyList'
, method: 'post'
, size: 'sm'
, limit: 10
......
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