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