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(); }); } });