Commit 3aa55126 authored by yangyuxin's avatar yangyuxin

href 改为 open

parent 104e4f88
...@@ -215,7 +215,8 @@ function initPage(companyInfo) { ...@@ -215,7 +215,8 @@ function initPage(companyInfo) {
// submitData.fillingFlag = "normal" // 填报标记 // submitData.fillingFlag = "normal" // 填报标记
submitData.saveUserId = "201" + "15232119930731392X";// 用户id submitData.saveUserId = "201" + "15232119930731392X";// 用户id
window.mlistener.selectRowData = submitData; window.mlistener.selectRowData = submitData;
window.location.href = "http://192.168.105.153:8088/taxservicedesk/#/taxTableList"; window.open("http://192.168.105.153:8088/taxservicedesk/#/taxTableList");
// window.open("http://192.168.101.146:81/#/taxTableList");
return return
}else { }else {
//"ssfwpt_zxtb" //"ssfwpt_zxtb"
......
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