Commit 9a5de20e by 杨树贤

分页大小

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