Commit a079112d authored by yangyuxin's avatar yangyuxin

申报grid.js

parent 1c5ccc1b
...@@ -219,7 +219,7 @@ function initPage(companyInfo) { ...@@ -219,7 +219,7 @@ function initPage(companyInfo) {
success: function (data) { success: function (data) {
localStorage.setItem("data",JSON.stringify(submitData)); localStorage.setItem("data",JSON.stringify(submitData));
if (data.url == "edit.jsp") { if (data.url == "edit.jsp") {
window.open("/jsp/declare/edit.html?falg="+falg); window.open("/jsp/declare/edit.html?falg="+falg+"&open=2");
}else if (data.url == "yearReport.jsp") { }else if (data.url == "yearReport.jsp") {
window.open("/jsp/declare/yearReport.html?falg="+falg); window.open("/jsp/declare/yearReport.html?falg="+falg);
}else if (data.url == "yearReportGLB.jsp") { }else if (data.url == "yearReportGLB.jsp") {
......
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