From 148b6721e5df05ac03e00f3694a9c474e869aca9 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Tue, 7 Mar 2023 17:44:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=8A=9E?= =?UTF-8?q?=E4=BA=8B=E5=A4=A7=E5=8E=85-=E5=8D=B0=E7=AB=A0=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=90=8E=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/LR_LGManager/Views/StampApply/Index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_LGManager/Views/StampApply/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_LGManager/Views/StampApply/Index.js index 17492b68b..5ef7a0a4d 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_LGManager/Views/StampApply/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_LGManager/Views/StampApply/Index.js @@ -85,7 +85,7 @@ var bootstrap = function ($, learun) { learun.layerConfirm('是否确认删除该项!', function (res) { if (res) { learun.deleteForm(top.$.rootUrl + '/LR_LGManager/StampApply/DeleteForm', { keyValue: keyValue }, function () { - refreshGirdData(); + page.search(); }); } });