|
@@ -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)
|
|
|
})
|