Browse Source

取默认日调整

xiaost 2 years ago
parent
commit
92da73b513
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/echart/bottom/bottomRightChart/index.vue

+ 0 - 1
src/components/echart/bottom/bottomRightChart/index.vue

@@ -58,7 +58,6 @@ export default {
       this.cdata.nowdate = (dateBase.getMonth() + 1 < 10 ? "0" + (dateBase.getMonth() + 1) : dateBase.getMonth() + 1)
                            +"/"
                            +(dateBase.getDate()  < 10 ? "0" + (dateBase.getDate()) : dateBase.getDate() );
-      console.log(this.cdata.nowdate);
       //良率直通图
       await this.$http.get("kanban/datalist.action?caller=DAYTURNOUT&_noc=1&page=1&pageSize=100&condition=1=1")
               .then((result)=>{