Explorar el Código

去除console

qinzhipeng_v@didiglobal.com hace 4 años
padre
commit
64ec7216b8

+ 0 - 10
src/components/timeline/index.vue

@@ -26,7 +26,6 @@ export default {
   watch: {
     data: {
       handler(newV) {
-        console.log(newV, '时间轴数据')
         if (!newV) return
         this.list = newV
       },
@@ -35,7 +34,6 @@ export default {
     },
     num: {
       handler(newV) {
-        console.log(newV, '时间轴状态')
         this.key = newV
       },
       deep: true
@@ -48,18 +46,10 @@ export default {
         ...item,
         show: false
       }))
-      console.log(this.list)
     },
     // 点击节点
     qz_click_code(val) {
       this.key = val.value
-      // this.list.map(item => {
-      //   if (val.value === item.value) {
-      //     item.show = true
-      //   } else {
-      //     item.show = false
-      //   }
-      // })
       this.$emit('update', val)
     }
   }

+ 0 - 1
src/views/quality/components/distributionChart.vue

@@ -94,7 +94,6 @@ export default {
       this.$emit('change')
     },
     getLabel(e) {
-      console.log(e, '状态')
       this.$emit('state', e)
     },
     getCode(val) {

+ 0 - 2
src/views/quality/components/drawerAll.vue

@@ -202,10 +202,8 @@ export default {
       }
     },
     async getIdList(value) {
-      console.log(value, '你经常看电视吧')
       this.reportData = value
       const data = { ...value, ...this.paging }
-      console.log(data, '你经cdslkcmd常看电视吧')
       const res = await getReportList(data)
       if (res.code === 200) {
         this.tableData = res.data

+ 0 - 3
src/views/quality/defectStatistics.vue

@@ -600,7 +600,6 @@ export default {
       }
     },
     clickCodeData(value) {
-      console.log(value, this.chart1Data, '点击的柱子')
       value.title = '分布图数据'
       this.requireList = { ...value, ...this.chart1Data }
       this.openDrawer = true
@@ -612,14 +611,12 @@ export default {
       this.openDrawer = true
     },
     getModuleData(value) {
-      console.log(value, ' 那就肯定是')
       value.title = '模块分布数据'
       value.xaxis = ['全部', 'P0', 'P1', 'P2', 'P3']
       this.requireList = { ...value }
       this.openDrawer = true
     },
     getHoliday(value) {
-      console.log(value, this.echartsOption2, ' 那就肯定是')
       value.title = `${this.holiday}的修复时长区间数据`
       value.qz_holiday = this.holiday
       value.xaxis = this.echartsOption2.xAxis.data

+ 0 - 3
src/views/quality/requireStatistics.vue

@@ -558,7 +558,6 @@ export default {
       this.requireList = value
     },
     queryData(value) { // 需求bug 浮层数据
-      console.log(value)
       value.title = '缺陷统计数据'
       value.xaxis = ['全部', 'P0', 'P1', 'P2', 'P3']
       this.requireList = value
@@ -569,7 +568,6 @@ export default {
       value.toType = '需求'
       this.requireList = { ...value, ...this.distributeData }
       this.openDrawer = true
-      console.log(this.requireList, 'cdscdmckcdscsldmcl')
     },
     statusStayChart(value, list, data) {
       value.title = '状态停留分布图数据'
@@ -578,7 +576,6 @@ export default {
       value.statusList = data
       this.requireList = { ...value, xaxis: data.xaxis }
       this.openDrawer = true
-      console.log(this.requireList, 'cdscdmckcdscsldmc2')
     },
     clone(v) {
       this.drawer = v

+ 0 - 4
src/views/quality/taskStatistics.vue

@@ -570,14 +570,12 @@ export default {
       this.requireList = value
     },
     clickCountStr(value) { // 需求bug 浮层数据
-      console.log(value)
       value.title = '缺陷统计数据'
       value.xaxis = ['全部', 'P0', 'P1', 'P2', 'P3']
       this.requireList = value
       this.openDrawer = true
     },
     clickCount(value, data) {
-      console.log(value, data, 'cdscsdcds')
       value.title = '报告统计数据'
       value.xaxis = ['全部', '提测报告', '测试日报', '准出报告']
       this.requireList = { ...value, reportData: data }
@@ -588,7 +586,6 @@ export default {
       value.toType = '任务'
       this.requireList = { ...value, ...this.distributeData }
       this.openDrawer = true
-      console.log(this.requireList, 'cdscdmckcdscsldmcl')
     },
     statusStayChart(value, list, data) {
       value.title = '状态停留分布图数据'
@@ -597,7 +594,6 @@ export default {
       value.statusList = data
       this.requireList = { ...value, xaxis: data.xaxis }
       this.openDrawer = true
-      console.log(this.requireList, 'cdscdmckcdscsldmc2')
     },
     clone(v) {
       this.drawer = v