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

解决includes IE不兼容问题

parent 8da27718
...@@ -469,7 +469,7 @@ function initPage(companyInfo) { ...@@ -469,7 +469,7 @@ 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