wolyshaw 4 years ago
parent
commit
256f7b583a

+ 0 - 1
src/views/main/baseinfo/curriculum.vue

@@ -15,7 +15,6 @@
     </statistic>
     <ve-line :settings="{
       area: true,
-      stack: { '课程': ['乐团课', 'VIP课', '网管课'] },
     }" :data="chartData" height="350px" :data-empty="dataEmpty"/>
   </el-card>
 </template>

+ 1 - 0
src/views/main/baseinfo/index.vue

@@ -95,6 +95,7 @@ export default {
   methods: {
     reset() {
       this.$set(this.search, 'year', this.$helpers.dayjs())
+      this.$set(this.search, 'organIds', [])
       this.FetchDetail()
     },
     async FetchDetail() {

+ 0 - 1
src/views/main/baseinfo/management.vue

@@ -15,7 +15,6 @@
     </statistic>
     <ve-line :settings="{
       area: true,
-      stack: { '金额': ['应收金额', '预收金额', '预付金额', '应付金额', '营收金额'] },
     }" :data="chartData" height="350px" :data-empty="dataEmpty"/>
   </el-card>
 </template>