wenbobowen пре 4 година
родитељ
комит
fadcaffde6

+ 0 - 1
src/api/workSchedule.js

@@ -207,7 +207,6 @@ export function getPersonalTaskSummary(data) {
 }
 // 任务按状态统计数据,数据里返idList(个人)
 export function getPersonalTaskDisData(data) {
-  console.log(data)
   return request({
     url: TeamManagement + `/workbench/personal/getTaskDisDataByStatus`,
     method: 'post',

+ 0 - 1
src/components/actionDynamic/index.vue

@@ -92,7 +92,6 @@ export default {
       console.log(e)
     },
     callback() {
-      console.log('chengg')
       this.commentContent = ''
     }
   }

+ 0 - 1
src/components/click/overClick.vue

@@ -78,7 +78,6 @@ export default {
       this.hideEdit = val
     },
     link() {
-      console.log(this.parameter)
       if (this.parameter === null || this.parameter === undefined || this.parameter === -1) return
       const newTab = this.$router.resolve(this.parameter)
       window.open(newTab.href, '_blank')

+ 0 - 1
src/components/handleFile/copyPaste.vue

@@ -64,7 +64,6 @@ export default {
   methods: {
     lisenPaste() { // 监听粘贴事件
       let contain
-      console.log(this.id)
       if (this.id) {
         contain = document.getElementById(this.id)
       } else {

+ 0 - 3
src/components/input/editor.vue

@@ -84,13 +84,11 @@ export default {
   mounted() {
     const editor = document.getElementById(`editor_${this.id}`)
     editor.oncontextmenu = function(e) {
-      console.log(11111)
       // 取消默认的浏览器自带右键 很重要!!
       e.preventDefault()
 
       // 获取我们自定义的右键菜单
       var menu = document.querySelector('#menu')
-      console.log(e)
       // 根据事件对象中鼠标点击的位置,进行定位
       menu.style.left = e.clientX + 'px'
       menu.style.top = e.clientY + 'px'
@@ -99,7 +97,6 @@ export default {
       menu.style.width = '125px'
     }
     editor.onclick = function(e) {
-      console.log(2222, e)
       console.log('第几列', e.target.cellIndex + 1, '第几行', e.target.parentNode.rowIndex + 1)
       const ForeColor = document.queryCommandValue('ForeColor') // 字体颜色
       const FontSize = document.queryCommandValue('FontSize') // 字体大小

+ 0 - 1
src/components/newLayout/Head.vue

@@ -167,7 +167,6 @@ export default {
     async getLoginUser() {
       const res = await memberGetLoginInMemberInfoByLdap()
       if (res && res.data) this.userInfo = res.data || null
-      console.log(res.data)
     },
     // 查看是否为管理员
     async verifyIsAdmin() {

+ 0 - 1
src/components/select/selectTeam.vue

@@ -102,7 +102,6 @@ export default {
   },
   mounted() {
     this.$nextTick(() => {
-      console.log(this.value, this.name)
       this.remoteMethod()
     })
   },

+ 0 - 1
src/utils/htmlToPdf.js

@@ -16,7 +16,6 @@ export default {
         const imgWidth = 595.28
         const imgHeight = 592.28 / contentWidth * contentHeight
         const pageData = canvas.toDataURL('image/jpeg', 1.0)
-        console.log(pageData)
         const PDF = new JsPDF('', 'pt', 'a4')
         if (leftHeight < pageHeight) {
           PDF.addImage(pageData, 'JPEG', 0, 0, imgWidth, imgHeight)

+ 0 - 2
src/views/Platform/useCasePage.vue

@@ -683,9 +683,7 @@ export default {
       var obj = this.imFile
       if (!obj.files) { return }
       var f = obj.files[0]
-      console.log(f)
       var a_name = f.name.split('.')
-      console.log(a_name[1])
       if (a_name[1] === 'xlsx') {
         var formData = new FormData()
         formData.append('file', f)

+ 0 - 3
src/views/gantta/gantta.vue

@@ -346,9 +346,6 @@ export default {
         }
       }
     },
-    show(scope) {
-      console.log(scope)
-    },
     getContent(date, schedules) {
       for (const i in schedules) {
         if (date === schedules[i].startDate) {

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

@@ -576,7 +576,6 @@ document.body.onpaste = function(event) {
   if (items && items.length) {
     // 检索剪切板items
     for (let i = 0; i < items.length; i++) {
-      // console.log(items[i].getAsFile()) // 文件
       fileList.push(items[i].getAsFile())
       window.uploadFiles = fileList
     }

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

@@ -468,7 +468,6 @@ export default {
   methods: {
     // 修改状态
     async statusChange(e, id) {
-      console.log(e)
       const res = await updateStatus({ status: e, id })
       if (res.code === 200) {
         this.get_charts()
@@ -809,7 +808,6 @@ export default {
       }
     },
     chartSearchFormChange(key, value) {
-      console.log(key, value, this.chartSearchFormRenderData)
       this.searchForm[key] = value
     },
     updateChartSlectOption(key, option) {
@@ -823,7 +821,6 @@ export default {
       this.chartSearchFormRenderData.map(t => {
         t.value = this.searchForm[t.key]
       })
-      console.log(this.searchForm, this.chartSearchFormRenderData)
     }
   }
 }

+ 0 - 2
src/views/projectManage/taskList/taskIndex.vue

@@ -489,7 +489,6 @@ export default {
       }
     },
     async statusChange(e, id) {
-      console.log(e)
       const res = await updateStatus({ status: e, id })
       if (res.code === 200) {
         this.get_charts()
@@ -809,7 +808,6 @@ export default {
       }
     },
     chartSearchFormChange(key, value) {
-      console.log(key, value, this.chartSearchFormRenderData)
       this.form_task[key] = value
     },
     updateChartSlectOption(key, option) {

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

@@ -91,7 +91,6 @@ export default {
     data: {
       handler(newV, oldV) {
         if (newV) {
-          console.log(newV, this.drawer, '刚进来')
           this.Statistics = newV
           this.list = newV.xaxis
           this.type = newV.name

+ 0 - 4
src/views/reportManagement/components/DailyReport.vue

@@ -129,9 +129,6 @@ export default {
       immediate: true
     }
   },
-  mounted() {
-    console.log(this.dialogDaliy)
-  },
   methods: {
     async getreportTemplate() { // 获取模版list
       const res = await settingQueryReportModuleList({ bizId: this.bizId, type: 3 }) // 3 日报
@@ -146,7 +143,6 @@ export default {
 
     init(index, newData) {
       this.dialogDaliy = true
-      console.log(this.dialogDaliy)
       switch (index) {
         case 2: // 编辑
           dailyReportGetV2(newData.id).then(res => {

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

@@ -447,7 +447,6 @@ export default {
           if (res.code === 200) {
             this.centerDialogVisible = false
             this.dialogDaily = true
-            console.log(1111)
             this.$nextTick(() => {
               this.$refs.DailyReport.init(7, [vel])
             })