Commit 49f5f711 by wuwenlong

项目人员dev;

parent 601ea124
...@@ -127,11 +127,16 @@ $(function () { ...@@ -127,11 +127,16 @@ $(function () {
function save(){ function save(){
JSUtils.confirm("确定对数据做\"保存\"操作? ", { JSUtils.confirm("确定对数据做\"保存\"操作? ", {
ok: function () { ok: function () {
JSUtils.submitGrid("result", "HGSC002", "save" ); JSUtils.submitGrid("result", "HGSC002", "save",{onSuccessCallback:saveCallBack} );
} }
}); });
} }
function saveCallBack(){
// 刷新列表
resultGrid.dataSource.page(1);
}
function showFile(id) { function showFile(id) {
// JSColorbox.open({ // JSColorbox.open({
// href: "HGSC001D?inqu_status-0-id=" + id + "&efParentFormEname=HGSC001", // href: "HGSC001D?inqu_status-0-id=" + id + "&efParentFormEname=HGSC001",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment