fix: 开门红业绩查询

1. 外勤默认tab栏切换
This commit is contained in:
mengxiaolong
2020-11-24 17:52:24 +08:00
parent 0bc6f1f952
commit 66b1b9685a

View File

@@ -60,7 +60,7 @@ export default {
}, },
watch: { watch: {
availableLevel(nv) { availableLevel(nv) {
this.active = nv - 2 this.active = nv - 3
for (let tab of this.tabs) { for (let tab of this.tabs) {
if (tab.level < this.availableLevel) { if (tab.level < this.availableLevel) {
tab.available = true tab.available = true