lilei 1 月之前
父節點
當前提交
bbd45ccc48
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)
       })