Commit 2b662e71 authored by yangyuxin's avatar yangyuxin

税种列表月份报错弹框

parent 5e559aff
......@@ -71,8 +71,8 @@
// localStorage.setItem("url", "http://localhost:7070");
// localStorage.setItem("url", "http://sbjs.tjsat.gov.cn:18090");
//涉税
// localStorage.setItem("url", "http://192.168.101.146:8091");
localStorage.setItem("url", "http://192.168.101.201:8091");
localStorage.setItem("url", "http://192.168.101.146:8091");
// localStorage.setItem("url", "http://192.168.101.201:8091");
var url = localStorage.getItem("url");
$(function(){
//按期申报
......
......@@ -150,6 +150,11 @@ function initPage(companyInfo) {
}).done(function(data) {
console.log(data)
if (data.success) {
if (data.bean.url == "error.jsp") {
myAlert("提示", data.bean.errorInfo, "确定")
return
// window.location.href = "/jsp/error/index.html?falg="+param;
}
drawGrid(data.bean);
companyInfo = data.bean;
} else {
......
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