Commit 9a5de20e by 杨树贤

分页大小

parent 2471c31c
...@@ -14,6 +14,7 @@ class SupplierShareApplyService ...@@ -14,6 +14,7 @@ class SupplierShareApplyService
{ {
public function getSupplierShareApplyList($userId) public function getSupplierShareApplyList($userId)
{ {
$applyModel = new SupplierShareApplyModel(); $applyModel = new SupplierShareApplyModel();
$limit = request()->get('limit', 10); $limit = request()->get('limit', 10);
$query = $applyModel::with([ $query = $applyModel::with([
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
, url: '/api/supplier_share_apply/GetAuditSupplierShareApplyList' , url: '/api/supplier_share_apply/GetAuditSupplierShareApplyList'
, method: 'post' , method: 'post'
, size: 'sm' , size: 'sm'
, limit: 20 , limit: 10
, cellMinWidth: 80 //全局定义常规单元格的最小宽度 , cellMinWidth: 80 //全局定义常规单元格的最小宽度
, where: {} , where: {}
, loading: true , loading: true
......
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