Browse Source

年度投资管理fix

scorpio 2 years ago
parent
commit
c8070f7884
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/invest/index.vue

+ 1 - 1
src/views/invest/index.vue

@@ -78,7 +78,7 @@
             <div class="white-bg padding"></div>
             <div class="flex-child-average">
               <amount
-                v-if="user.info.viewStage === 1"
+                v-if="user.info.viewStage === 1 && dept === null"
                 :type="yearType"
                 :deptId="dept"
                 :year="year"