Commit 9b0bb57b authored by 刘明珠's avatar 刘明珠

去掉空判断

parent 93f4a17c
......@@ -252,9 +252,6 @@ function initPage(companyInfo) {
$('#myMask #myModal').hide();
}
var drawGrid = function (bean) {
if(bean==null||bean=='null'||bean==''||bean==undefined||'undefined'){
return false;
}
if (bean.taxInfos.length == 0) {
alertInfo("税费申报暂无数据");
}
......
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