Commit cd32fc7a authored by 彭令令's avatar 彭令令

4799 低版本浏览器增加友好提示

parent 3a5b137a
...@@ -442,9 +442,10 @@ function initPage(companyInfo) { ...@@ -442,9 +442,10 @@ function initPage(companyInfo) {
showTax(bean.taxInfos); showTax(bean.taxInfos);
alertInfo("税费申报暂无数据"); alertInfo("税费申报暂无数据");
} else { } else {
if(obj1.includes('12001')){ if(obj1.indexOf('12001')>-1){
bean.taxInfos.push(obj) bean.taxInfos.push(obj)
} }
showTax(bean.taxInfos); showTax(bean.taxInfos);
} }
}; };
......
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