Sfoglia il codice sorgente

【修改】办事大厅-印章使用:修改删除操作后刷新页面;

娄底高职分支
dyy 2 anni fa
parent
commit
148b6721e5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_LGManager/Views/StampApply/Index.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_LGManager/Views/StampApply/Index.js Vedi File

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


Caricamento…
Annulla
Salva