qinzhipeng_v@didiglobal.com 4 anni fa
parent
commit
2df6c8ddb3

+ 0 - 1
src/views/Platform/MyTinymce/MyTinymce.vue

@@ -75,7 +75,6 @@ export default {
       this.value = e
       this.$emit('change', e)
       this.$store.state.data.RichText = e
-      console.log(this.$store.state.data.RichText)
     }
   }
 }

+ 0 - 3
src/views/Platform/teamPage.vue

@@ -209,7 +209,6 @@ export default {
 
     // 查询
     queryList(val) {
-      console.log(val)
       getMemberList(val).then(res => {
         this.list = res.data
         // this.form = {}
@@ -248,7 +247,6 @@ export default {
 
     // 编辑
     changeData(vel) {
-      console.log(vel)
       this.titleName = '编辑'
       this.MemberData = vel
       this.updateDetailDialog(2)
@@ -299,7 +297,6 @@ export default {
       }
     },
     clickFun(e) {
-      console.log(e)
       this.startId = e.value
       this.startName = e.label
       getMemberList({ teamId: e.value }).then(res => {

+ 0 - 4
src/views/Platform/testPage.vue

@@ -418,7 +418,6 @@ export default {
     },
 
     handleSizeChange1(size) {
-      console.log(size, '1')
       this.pageSize_one = size
       this.pageIndex1()
     },
@@ -633,7 +632,6 @@ export default {
 
     // 点击节点
     clickFun(e) {
-      console.log(e)
       this.test_plan = {}
       this.pegs = ''
       e.codes === '1' ? this.Parentids = e.id : ''
@@ -669,7 +667,6 @@ export default {
       updateTestPlanCase({ creator: this.userInformation, modifier: this.userInformation, id: ele.ids, status: 3, testPlanId: ele.thrr }).then(res => { this.implement() })
     },
     Unclicked4(e, index, ele) {
-      console.log(ele)
       this.gridData[index].keys = 0
       updateTestPlanCase({ creator: this.userInformation, modifier: this.userInformation, id: ele.ids, status: 0, testPlanId: ele.thrr }).then(res => { this.implement() })
     },
@@ -702,7 +699,6 @@ export default {
 
     // 删除table信息
     deleteCaseData(e) {
-      console.log(e, '删除')
       this.$confirm('是否确认删除', '确认信息', {
         distinguishCancelAndClose: true,
         confirmButtonText: '确定',

+ 0 - 1
src/views/ToConfigure/components/modifyNotice.vue

@@ -316,7 +316,6 @@ export default {
     'formData.clientId': { // 客户端改变,版本默认取第一个版本
       handler(newV) {
         // this.formData.clientVersionId = (this.clientList[0] && this.clientList[0].code) || null
-        console.log(newV)
         if (newV === null || newV === '' || newV === undefined) {
           this.formData.clientVersionId = null
         }

+ 0 - 1
src/views/ToConfigure/index.vue

@@ -59,7 +59,6 @@ export default {
   },
   methods: {
     handleClick(tab, event) {
-      console.log(tab, event)
       this.tabIndex = tab.index
     },
     detailslist(val) {

+ 8 - 1
src/views/administrators/index.vue

@@ -4,7 +4,7 @@
       <div class="admin-zhihui" @click="$router.push({ name: '首页' })"><img :src="logo"> 质惠</div>
       <div class="admin-title">
         <div class="admin-nav"><svg-icon icon-class="admin_业务线" class="admin-margin" /> 业务线管理</div>
-        <div class="admin-nav" @click="jump()"><svg-icon icon-class="admin_check" class="admin-margin" /> checklist模块管理</div>
+        <div class="admin-nav, admin-nav-background" @click="jump()"><svg-icon icon-class="admin_check" class="admin-margin" /> checklist模块管理</div>
       </div>
     </el-header>
     <el-container class="admin-back">
@@ -125,6 +125,13 @@ export default {
 .admin-nav:hover {
   background: #1e89f7;
 }
+
+.admin-nav-background {
+  cursor: pointer;
+  margin: 0 50px 0 20px;
+  padding: 0 10px;
+  background: #1e89f7;
+}
 .admin-back {
    background: #eee;
 }

+ 0 - 1
src/views/online-quality/HistoryTask/taskDetails.vue

@@ -175,7 +175,6 @@ export default {
       getCheckResult({ taskId: this.taskId })
         .then(res => {
           this.task = res.data
-          console.log(this.task)
           if (this.task.checkResultJson) { this.task.checkResultJson = JSON.parse(this.task.checkResultJson) }
           if (this.task.diffResultJson) { this.task.diffResultJson = JSON.parse(this.task.diffResultJson) }
           if (this.task.checkResultJson.lineName) {

+ 0 - 1
src/views/onlineProblem/problemUpdate.vue

@@ -389,7 +389,6 @@ export default {
           this.uptataKey.splice(i, 1)
         }
       }
-      console.log(this.uptataKey)
     },
     // 提交表单并且返回刷新
     createFormData(form) {

+ 0 - 1
src/views/projectManage/taskList/components/scheduleList.vue

@@ -223,7 +223,6 @@ export default {
       }
     },
     async taskUpdatePreOnlineVersion() {
-      console.log(this.taskId, 'csdcds')
       const res = await taskUpdatePreOnlineVersion(this.taskId)
       if (res.code === 200) {
         this.listByTask(this.taskId)

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

@@ -140,7 +140,6 @@ export default {
       return data
     },
     jumper(val) {
-      console.log(name)
       const bizId_id = EncryptId(`${val.bizId}_${val.id}`)
       const newTab = this.$router.resolve({ name: this.Statistics.typeStr + '详情', query: { bizId_id: bizId_id }})
       window.open(newTab.href, '_blank')

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

@@ -748,7 +748,6 @@ export default {
       this.getMemberDistributeData()
     },
     getRequiredNum(value) {
-      console.log(value, 'cdcsdcd')
       this.drawer = true
       value.typeStr = '缺陷'
       this.requireList = value

+ 0 - 1
src/views/useCase/components/requirementCase.vue

@@ -25,7 +25,6 @@ export default {
     ...mapGetters(['bizId']),
     src() {
       const bizId = EncryptId(`${this.bizId}`)
-      console.log(bizId, this.bizId)
       const host = getEnv() === 'test' ? 'http://10.96.83.94:9000/index.html#' : 'http://agiletc.intra.xiaojukeji.com/#'
       const src = `${host}${this.srcHost}${encodeURIComponent(bizId)}`
       return src

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

@@ -407,7 +407,6 @@ export default {
       }
     },
     handleBizId(e) { // 业务线变动
-      console.log(e)
       this.searchForm.bizId = e
       this.queryTeamInfoList()// 重新获取团队
       const res = this.searchEnum.businesslines.find(item => item.code === e)