ソースを参照

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

娄底高职分支
dyy 2年前
コミット
148b6721e5
1個のファイルの変更1行の追加1行の削除
  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 ファイルの表示

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


読み込み中…
キャンセル
保存