Browse Source

删除console.log语句

baiyanting 1 year ago
parent
commit
58a8130b67

+ 0 - 1
src/components/chart/combination/bar-line-chart.vue

@@ -372,7 +372,6 @@ export default {
     },
     height: {
       handler(val) {
-        console.log(val);
         this.$nextTick(() => {
           this.$el.style.width = this.width;
           this.$el.style.height = this.height;

+ 0 - 1
src/utills/handleRoutes.js

@@ -64,7 +64,6 @@ export function filterAsyncRoutes(routes, permissions) {
         });
       }
     });
-    console.log(finallyRoutes);
     return finallyRoutes;
   }
 }

+ 1 - 1
src/views/HealthControl/HealthDay.vue

@@ -256,7 +256,7 @@
 					baseURL : "10.155.32.4:8034",
 					subUrl: "evaluation/modelMainList",
 					success(res) {
-						console.log(JSON.stringify(res))
+
 						that.MoKuai = res.data;
 					}
 				});

+ 1 - 1
src/views/HealthControl/assess/selfEvaluate.vue

@@ -365,7 +365,7 @@ export default {
           }
         },
         Error(res) {
-          console.log("tag", res);
+
         },
       });
     },

+ 1 - 2
src/views/HealthControl/healthDetail/wtHealth/index.vue

@@ -780,8 +780,7 @@ export default {
   methods: {
     // 查看健康报告
     onClickReport() {
-      // console.log(this.value2,new Date(new Date()).formatDate("yyyy-MM-dd"))
-
+    
       this.reportshow = true;
       // this.reportparams = {wtId: this.value2, recorddate: new Date(new Date()).formatDate("yyyy-MM-dd")}
       this.$refs.eport.getReport(

+ 1 - 1
src/views/Home/components/coulometric-analysis.vue

@@ -99,7 +99,7 @@ export default {
   },
   methods: {
     selectionItemClick(item) {
-      // console.log(item);
+
     },
   },
   watch: {

+ 1 - 1
src/views/Home/components/map/svg-map-nx.vue

@@ -4224,7 +4224,7 @@ export default {
       return province.code;
     },
     clickIncident(data) {
-      console.log(data);
+
     },
     mouseoverIncident(data) {
       this.mapDataContentState = data;

+ 1 - 1
src/views/economicsOperation/analyse/monthlyAnalysis/reportDialog.vue

@@ -287,7 +287,7 @@ export default {
               stack: error.stack,
               properties: error.properties,
             };
-            console.log(JSON.stringify({ error: e }));
+
             throw error;
           }
 

+ 2 - 3
src/views/economicsOperation/analyse/standAloneAnalyse/windDetailDialog.vue

@@ -1610,7 +1610,7 @@ export default {
             series.push(barObj);
           });
         }
-        console.log("asdasdad", this[strxaisx]);
+
         // let lineObj = {
         // 	type: 'line',
         // 	coordinateSystem: 'polar',
@@ -1734,7 +1734,7 @@ export default {
 
     // 搜索
     search() {
-      console.log(9999);
+
       if (this.tabIndex === 0) {
         this.getLostChartData();
         this.getPowerChartData();
@@ -1756,7 +1756,6 @@ export default {
         this.getMgt(`/goodness/wprfxpl`, xhrParam, "rfxplData", "wp");
         this.getMgt(`/goodness/wpyfxpl`, xhrParam, "yfxplData", "wp");
         this.getMgt(`/goodness/wpnfxpl`, xhrParam, "nfxplData", "wp");
-        console.log(this.rzdfsData);
       } else if (this.tabIndex === 3) {
         const xhrParam = { wtId: this.wtId, recorddate: this.recorddate };
         this.getMgt(`/goodness/wtrzdfs`, xhrParam, "rzdfsData", "wt");

+ 0 - 1
src/views/economicsOperation/benchmarkingManagement/loseRate/index.vue

@@ -1060,7 +1060,6 @@ export default {
   },
   watch: {
     screenHeight(val) {
-      console.log(val);
       this.screenHeight = val;
       if (val > 1100) {
         this.echartsHeight = "58vh";

+ 0 - 1
src/views/economicsOperation/benchmarkingManagement/projectBenchmarking/index.vue

@@ -1029,7 +1029,6 @@ export default {
   },
   watch: {
     screenHeight(val) {
-      console.log(val);
       this.screenHeight = val;
       if (val > 1100) {
         this.echartsHeight = "58vh";

+ 0 - 2
src/views/economicsOperation/benchmarkingManagement/siteBenchmarking/index.vue

@@ -1255,7 +1255,6 @@ export default {
         radarValue.push(data);
       });
       this.radarValue = radarValue;
-      console.log(this.radarValue);
       var analyis = [],
         gzssdl = [],
         jxssdl = [],
@@ -1317,7 +1316,6 @@ export default {
 
   watch: {
     screenHeight(val) {
-      console.log(val);
       this.screenHeight = val;
       if (val > 1100) {
         this.echartsHeight = "58vh";

+ 0 - 1
src/views/economicsOperation/benchmarkingManagement/wiringBenchmarking/index.vue

@@ -1088,7 +1088,6 @@ export default {
   },
   watch: {
     screenHeight(val) {
-      console.log(val);
       this.screenHeight = val;
       if (val > 1100) {
         this.echartsHeight = "58vh";

+ 2 - 2
src/views/economicsOperation/homePage/index.vue

@@ -1037,7 +1037,7 @@ export default {
         })
         .then(({ data: res }) => {
           if (res) {
-            // console.log(999);
+    
             this.allData = res.data;
             let arr = [];
             if (this.staType != -2) {
@@ -1168,7 +1168,7 @@ export default {
               obj.yPoint = Number(item.yPoint);
               stationinfo.push(obj);
             });
-            console.log(999, stationinfo);
+
             this.stationinfo = stationinfo;
           }
         });

+ 1 - 1
src/views/economicsOperation/powerCurve/cutInAndOutAnalysis/index.vue

@@ -277,7 +277,7 @@ export default {
       this.pickerTimer = dayjs(new Date().getTime() - 86400000).format(
         "YYYY-MM-DD"
       );
-      console.log(999, this.pickerTimer);
+
       const { data: datas } = await getApicompanyslist();
       this.companyOptions = datas.data;
       this.companyVal = datas.data[0]?.id;

+ 3 - 3
src/views/economicsOperation/powerCurve/powerLinefitting/index.vue

@@ -264,7 +264,7 @@ export default {
         type: this.tabEvent,
       };
       const { data: datas } = await getApiPerformancecurvefitting(params);
-      console.log("time111===>", new Date().getTime());
+
       this.changeEchartsData(datas.data.chanrt);
       datas.data.list.forEach((item) => {
         item.speed = item.speed.toFixed(2);
@@ -385,11 +385,11 @@ export default {
       let myChart = echarts.init(dom);
       myChart.clear();
       myChart.setOption(option);
-      console.log(222222, new Date().getTime());
+
       window.addEventListener("resize", function () {
         myChart.resize();
       });
-      console.log("time222===>", new Date().getTime());
+
     },
     //转换时间
     getchangeTime(date) {

+ 0 - 1
src/views/stateMonitor/factoryMonitor/components/headerButton.vue

@@ -127,7 +127,6 @@ export default {
       this.getOrganizationList();
     });
 
-    // console.log(localWpid);
   },
   methods: {
     //获取区域公司