瀏覽代碼

隐藏console

laiguoran 3 年之前
父節點
當前提交
3fc7c0686b
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      app/view/datacollect/index.ejs

+ 1 - 2
app/view/datacollect/index.ejs

@@ -1275,7 +1275,6 @@
                 }
             }
             const option5 = myChart5.getOption();
-            console.log(chart_option5_data);
             option5.series[0].data = _.filter(chart_option5_data.data1, function (item) {
                 return item.value !== 0;
             });
@@ -1409,7 +1408,7 @@
                     }
                 }
             }
-            console.log(tenderList);
+            // console.log(tenderList);
             $('.data_tender_num').text(tenderList.length);
             const rate = total_price ? ZhCalc.round(ZhCalc.div(total_stage_price, total_price) * 100, 2) : 0;
             $('.data_tender_rate').text(rate ? rate + '%' : '0%');