Browse Source

tree-table

zhulizhen 5 years ago
parent
commit
8cc8601a52
2 changed files with 2 additions and 1 deletions
  1. 1 1
      src/views/evaluate/evTwoLevelMenu.vue
  2. 1 0
      src/views/evaluate/evTwoTable.vue

+ 1 - 1
src/views/evaluate/evTwoLevelMenu.vue

@@ -20,7 +20,7 @@
           </div>
         </ul>
         <div class="count-bottom">
-          <div v-show="num == 1">
+          <div v-if="num == 1">
             <ev-rate-title :tab="1" :rate="tindoorFillRate"></ev-rate-title>
             <div class="count-bottom-switch">
               <span class="switchSpan">只显示不满足的点位</span>

+ 1 - 0
src/views/evaluate/evTwoTable.vue

@@ -67,6 +67,7 @@ export default {
   },
   mounted() {
     this.initExpand()
+    this.$nextTick(() => this.doSelect())
   },
   methods: {
     initExpand() {