Commit 658d3b6c by mushishixian

fix

parent 5d347f42
Showing with 1 additions and 1 deletions
......@@ -67,7 +67,7 @@ class SupplierController extends Controller
$this->data['validPerms'] = [];
//获取共用审核的条数
$applyService = new SupplierShareApplyService();
$applyData = $applyService->getSupplierShareApplyList($request->user->userId);
$applyData = $applyService->getAuditSupplierShareApplyList($request->user->userId);
$this->data['shareApplyCount'] = $applyData['total'];
return $this->view('供应商列表');
}
......
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