lilei 1 month ago
parent
commit
bbd45ccc48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/reportData/dailyReport/index.vue

+ 1 - 1
src/views/reportData/dailyReport/index.vue

@@ -44,7 +44,7 @@ export default {
       if (this.$hasPermissions('M_Regional_Sales_Daily_Report')) {
         this.tabsList.push({ id: 3, name: '分区销售日报' })
       }
-      this.activeKey = 0
+      this.activeKey = this.tabsList[0].id
       this.$nextTick(() => {
         this.$refs['table' + this.activeKey][0].pageInit(this.activeKey)
       })