zhulizhen %!s(int64=5) %!d(string=hai) anos
pai
achega
8cc8601a52
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  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() {