From c14ba5d6e5317aaea6116b71fc6232c8bebe3f5b Mon Sep 17 00:00:00 2001 From: liangkun Date: Mon, 31 May 2021 11:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=87=91=E9=9A=85=E8=B5=84?= =?UTF-8?q?=E4=BA=A7=E6=98=8E=E7=BB=86=E5=88=86=E9=A1=B5=E4=B8=BA20?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AssetManagementSystem/Views/Ass_AssetsInfoItem/Index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/Index.js index f85fc50ff..cbc4536e0 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/Ass_AssetsInfoItem/Index.js @@ -452,7 +452,8 @@ var bootstrap = function ($, learun) { mainId: 'AIId', isMultiselect: true, isPage: true, - sidx: 'AICodeNum' + sidx: 'AICodeNum', + rows:20 }); page.search(); },