Forráskód Böngészése

月报2.0改造(4.6)

洪海涛 4 éve
szülő
commit
5c61e8a64e

+ 3 - 3
src/store/modules/monthlyReport/edit/index.js

@@ -207,7 +207,7 @@ export default {
       state.tabPageData = newObj
       state.domKeys = domKeys
       state.peopleLists = peopleLists
-      console.log(peopleLists)
+      // console.log(peopleLists)
       // 页面恢复待编辑状态
       state.editKeys = []
       // 子页面页签切换,清空原来的tabs选中状态
@@ -404,7 +404,7 @@ export default {
       state.tabPageData = newObj
       state.domKeys = domKeys
       state.peopleLists = peopleLists
-      console.log(402, peopleLists)
+      // console.log(402, peopleLists)
       // 页面恢复待编辑状态
       state.editKeys = []
       // 子页面页签切换,清空原来的tabs选中状态
@@ -906,7 +906,7 @@ export default {
        * 线上问题、
        */
       const res = await pullDataAgain(params)
-      console.log(res)
+      // console.log(res)
       if (res.code === 200 && res.data) {
         if (title !== '上月问题跟进' && title !== '线上问题') {
           if (res.data.type.search(/Table|TableAndRichText/) > -1) {

+ 1 - 2
src/views/monthlyReport/childrenPage/editReport/components/MrTable/index.vue

@@ -1,6 +1,5 @@
 <template>
   <div v-loading="paging.loading" class="table-wrapper">
-    domKey: {{ domKey }}
     <div v-if="isExpand && analyticFeedback" style="padding-top: 10px;" v-html="analyticFeedback" />
     <span @click.stop>
       <!-- :data="[...paging.tableData].splice(0,2)" -->
@@ -429,7 +428,7 @@ export default {
     init() {
       this.paging.curIndex = 1
       this.paging.pageSize = 10
-      console.log(this.isLoading, this.domKey)
+      // console.log(this.isLoading, this.domKey)
       this.paging.loading = this.isLoading.indexOf(this.domKey) > -1
       this.paging.tableData = [...this.tableData].splice((this.paging.curIndex - 1 || 0) * this.paging.pageSize, this.paging.pageSize)
       this.paging.pageTotal = this.tableData.length

+ 0 - 2
src/views/monthlyReport/childrenPage/editReport/components/content.vue

@@ -3,8 +3,6 @@
     <div v-for="item in baseData" :key="item.domKey">
       <!--   表格:Table   -->
       <div v-if="item.type === 'Table'">
-
-        <span @click.stop="testPrint(item)">item.domKey: {{ item.domKey }}-{{ baseDataDomKey }}</span>
         <!-- 是否查看页面 -->
         <mrTable
           v-if="pageType.search(/edit/) > -1 || item.tableRows.length"