Parcourir la source

去除console.log

qinzhipeng_v@didiglobal.com il y a 4 ans
Parent
commit
29c9bdea5e

+ 0 - 1
src/views/Platform/presentation/ResultPageyL.vue

@@ -255,7 +255,6 @@ export default {
   methods: {
     idGet() {
       this.ClientDatayl = this.message
-      console.log(this.ClientDatayl, 'ddddddd')
       this.editorElems1 = this.ClientDatayl.fctInfo
       this.editorFrom1 = this.ClientDatayl.sctInfo
       this.editorFro = this.ClientDatayl.acceptanceResultInfo

+ 0 - 1
src/views/Platform/presentation/acceptTheReport.vue

@@ -140,7 +140,6 @@ export default {
   watch: {
     message: {
       handler(newV) {
-        console.log(newV, 'ccnidsncinsdicnsidcnsdncios')
         this.$nextTick(() => {
           this.idGet(newV)
         })

+ 1 - 1
src/views/projectManage/bugList/details/fackClickOutSide.js

@@ -5,7 +5,7 @@ const MouseupEvent = new Event('mouseup', { bubbles: true })
 const fakeClickOutSide = () => {
   document.dispatchEvent(MousedownEvent)
   document.dispatchEvent(MouseupEvent)
-  lock = true // console.log('dispatchEvent');
+  lock = true
 }
 const mousedownHandle = e => {
   const classList = e.target.classList

+ 0 - 1
src/views/projectManage/bugList/details/statusChange.vue

@@ -125,7 +125,6 @@ export default {
     statusDialogConfirm() { // 点击确定 验证 修改
       this.$refs.statusDialogForm.validate((valid) => {
         if (valid) {
-          console.log(this.statusCode, 'code')
           const data = {}
           data.id = this.bugData.id
           data.status = this.status

+ 0 - 1
src/views/projectManage/bugList/file/createdBug.vue

@@ -351,7 +351,6 @@ export default {
       if (e === 2) {
         this.titleName = '复制缺陷'
         if (ele !== undefined) {
-          console.log(ele, this.userInformation, 'cddcs')
           this.formInline = ele
           this.show2 = true
           this.formInline.creatorList = this.userNames

+ 0 - 1
src/views/projectManage/components/filterList.vue

@@ -136,7 +136,6 @@ export default {
     },
 
     async confirmDelete(id) { // 删除筛选项
-      console.log(id, 'XSAXAS')
       const res = await filterDeleteFilter({ 'id': id })
       this.$emit('deleteFilter')
       if (res.code === 200) {

+ 0 - 2
src/views/projectManage/iteration/components/modifySchedule.vue

@@ -185,7 +185,6 @@ export default {
     isDelete: {
       handler(newV, old) {
         this.isDeleteStatus = newV
-        console.log(this.isDeleteStatus)
       },
       immediate: true,
       deep: true
@@ -213,7 +212,6 @@ export default {
         desc: obj.desc,
         dayList: [obj.dayList[0], obj.dayList[obj.dayList.length - 1]] // 日期列表
       }
-      console.log(this.form)
       this.detailDayList = obj.dayList || []
       this.schedule = obj.seperateDaysNoHoliday
       this.tasksDetailList = obj.taskObjectList || []

+ 0 - 1
src/views/projectManage/requirement/components/modifySchedule.vue

@@ -198,7 +198,6 @@ export default {
     isDelete: {
       handler(newV, old) {
         this.isDeleteStatus = newV
-        console.log(this.isDeleteStatus)
       },
       immediate: true,
       deep: true

+ 0 - 1
src/views/projectManage/requirement/list/index.vue

@@ -411,7 +411,6 @@ export default {
         //   this.stratAndEnd = [filter.createStartTime, filter.createEndTime]
         // }
         // this.getClient(filter.appId)
-        console.log(filter, 'cdcsc')
         Object.assign(this.searchForm, filter)
         this.requirementName = filter.name
         this.curIndex = 1

+ 0 - 2
src/views/projectManage/taskList/components/reportList.vue

@@ -428,14 +428,12 @@ export default {
         this.message = val
       }
       if (this.title === '提测报告') {
-        console.log(val, 'cdnscjsbd')
         this.acceptTheReport = true
         this.message = val
       }
     },
 
     async dailySend(e) { // 测试日报删除
-      console.log(e)
       const res = await dailyReportDelete({}, this.CallBackId)
       if (res.code === 200) {
         this.dialog_daily = false

+ 0 - 1
src/views/projectManage/version/list/index.vue

@@ -292,7 +292,6 @@ export default {
               formatter: function(params) {
                 // 如果值大于0 正常显示,否则不显示
                 if (params.value > 0) {
-                  console.log(params)
                   return params.value
                 } else {
                   return ''

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

@@ -691,7 +691,6 @@ export default {
       this.moduleData = res.data || []
     },
     moduleTableSortChange(column) { // 模块table排序变动
-      console.log(column)
       if (column.prop === 'newData') { // 新增排序
         column.order === 'ascending' ? this.moduleSort = 1 : this.moduleSort = 2
       } else if (column.prop === 'repairData') { // 已完成排序

+ 0 - 1
src/views/reportManagement/ReleaseReport/components/ResultPageyL.vue

@@ -262,7 +262,6 @@ export default {
   methods: {
     idGet() {
       this.ClientDatayl = this.message
-      console.log(this.ClientDatayl, 'ddddddd')
       this.editorElems1 = this.ClientDatayl.fctInfo
       this.editorFrom1 = this.ClientDatayl.sctInfo
       this.editorFro = this.ClientDatayl.acceptanceResultInfo

+ 0 - 1
src/views/reportManagement/components/TestingReport.vue

@@ -238,7 +238,6 @@ export default {
     },
 
     SaveNextStep(ele) { // 第二步到第三部
-      console.log(ele, 'xsaxasxasxsaxsa')
       this.dailyId = ele.id // 新建报告id
       this.reportHome = true // 步骤条
       this.active = 3 // 步骤条状态第三步

+ 0 - 1
src/views/reportManagement/daily/dailyPreview.vue

@@ -69,7 +69,6 @@ export default {
   watch: {
     dailyId: {
       handler(newV) {
-        console.log(newV)
         this.daily_Id = newV
         this.dailyReportGetV2(newV)
       },

+ 0 - 1
src/views/reportManagement/testPresentation.vue

@@ -516,7 +516,6 @@ export default {
         this.message = val
       }
       if (this.title === '提测报告') {
-        console.log(val, 'cdnscjsbd')
         this.acceptTheReport = true
         this.message = val
       }

+ 0 - 2
src/views/virtualDevices/HMvehicle.vue

@@ -465,7 +465,6 @@ export default {
           colorLight: '#ffffff',
           correctLevel: QRCode.CorrectLevel.H
         })
-        console.log(this.urlData.qrCode)
       })
     },
 
@@ -687,7 +686,6 @@ export default {
     handleClick(tab, event) {
       this.activeName === tab
       this.queryCode = {}
-      console.log(this.activeName)
       if (this.activeName === 'preOnline') {
         this.isStable = false
         this.isStableDel = false

+ 0 - 2
src/views/workbench/components/searchSection.vue

@@ -94,7 +94,6 @@ export default {
   watch: {
     value: {
       handler(newV) {
-        console.log(newV, 'kasn')
         this.filtrate = newV
       },
       immediate: true,
@@ -178,7 +177,6 @@ export default {
       this.updateParent()
     },
     checkAllScheduling(val) { // 全部排期选择
-      console.log(val)
       this.scheduling = val ? this.taskScheduleEvent.map(item => item.code) : []
       this.filtrate.scheduleTypeList = this.scheduling
       this.isIndeterminate_1 = false

+ 0 - 2
src/views/workbench/mixins/websocket.js

@@ -25,7 +25,6 @@ export default {
 
     },
     websocketonerror() { // 连接建立失败重连
-      console.log('websocket断连')
       this.initWebSocket()
     },
     websocketsend(Data) { // 数据发送
@@ -33,7 +32,6 @@ export default {
     },
     websocketonmessage(e) { // 数据接收
       // const data = JSON.parse(e.data)
-      // console.log(data)
     },
     websocketclose(e) { // 关闭
       this.websock.close()

+ 0 - 1
src/views/workbench/team/index.vue

@@ -459,7 +459,6 @@ export default {
       }
     },
     async queryTeamWorkListByTime(view) { // 获取指定时间段团队日程信息
-      console.log(this.filtrate, 'xcdsjcxio')
       this.calendarView = {
         activeStart: view.activeStart,
         activeEnd: view.activeEnd