From 1e03e030edcd4f6a9653abadefc291fbee180af5 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Wed, 29 Mar 2023 10:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=AE=B6?= =?UTF-8?q?=E5=BA=AD=E7=BB=8F=E6=B5=8E=E4=BF=A1=E6=81=AF=EF=BC=9A=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E5=88=97=E8=A1=A8=E5=8A=A0=E8=BD=BD=E7=9A=84=E9=A6=96?= =?UTF-8?q?=E6=AC=A1=E6=9F=A5=E8=AF=A2=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/StudentWork/Views/FamilyEconomy/Index.js | 3 +-- .../Areas/StudentWork/Views/FamilyEconomy/IndexOfStudent.js | 3 +-- .../Areas/StudentWork/Views/FamilyEconomy/IndexOfThree.js | 3 +-- .../Areas/StudentWork/Views/FamilyEconomy/IndexOfTwo.js | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Index.js index d5fa88da1..88a18f48a 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/Index.js @@ -400,7 +400,6 @@ var bootstrap = function ($, learun) { isPage: true, sidx: 'CreateTime desc' }); - page.search(); }, search: function (param) { param = param || {}; @@ -410,7 +409,7 @@ var bootstrap = function ($, learun) { } }; refreshGirdData = function () { - $('#gridtable').jfGridSet('reload'); + page.search(); }; page.init(); } diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfStudent.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfStudent.js index 6a2b7d618..3a738642c 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfStudent.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfStudent.js @@ -328,7 +328,6 @@ var bootstrap = function ($, learun) { isPage: true, sidx: 'SubmitTime desc' }); - page.search(); }, search: function (param) { param = param || {}; @@ -339,7 +338,7 @@ var bootstrap = function ($, learun) { } }; refreshGirdData = function () { - $('#gridtable').jfGridSet('reload'); + page.search(); }; page.init(); } diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfThree.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfThree.js index 17b2438b9..db14bedeb 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfThree.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfThree.js @@ -382,7 +382,6 @@ var bootstrap = function ($, learun) { isPage: true, sidx: 'FirstCheckTime desc' }); - page.search(); }, search: function (param) { param = param || {}; @@ -393,7 +392,7 @@ var bootstrap = function ($, learun) { } }; refreshGirdData = function () { - $('#gridtable').jfGridSet('reload'); + page.search(); }; page.init(); } diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfTwo.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfTwo.js index 5c7c43bcc..57df89ebf 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfTwo.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/FamilyEconomy/IndexOfTwo.js @@ -386,7 +386,6 @@ var bootstrap = function ($, learun) { isPage: true, sidx: 'SubmitTime desc' }); - page.search(); }, search: function (param) { param = param || {}; @@ -397,7 +396,7 @@ var bootstrap = function ($, learun) { } }; refreshGirdData = function () { - $('#gridtable').jfGridSet('reload'); + page.search(); }; page.init(); }