提交 0b637534 authored 作者: lidongxu's avatar lidongxu

Merge branch 'ap' into dev

......@@ -57,7 +57,10 @@
}
isLoading.value = false
}
getTableList()
const { proxy } = getCurrentInstance()
const isDaQuZQ = proxy.checkPermi(['promotion:dashboard:list-show'])
getTableList(isDaQuZQ ? '大区战区-分析' : '城市经理-分析')
</script>
<style lang="scss">
......
......@@ -90,6 +90,7 @@
}
isLoading.value = false
}
getTableList()
const isDaQuZQ = proxy.checkPermi(['promotion:dashboard:list-show'])
getTableList(isDaQuZQ ? '大区战区-分析' : '城市经理-分析')
</script>
......@@ -86,6 +86,8 @@
}
isLoading.value = false
}
getTableList()
const { proxy } = getCurrentInstance()
const isDaQuZQ = proxy.checkPermi(['promotion:dashboard:list-show'])
getTableList(isDaQuZQ ? '大区战区-分析' : '城市经理-分析')
</script>
\ No newline at end of file
......@@ -86,7 +86,8 @@
}
isLoading.value = false
}
getTableList()
const isDaQuZQ = proxy.checkPermi(['promotion:dashboard:list-show'])
getTableList(isDaQuZQ ? '大区战区-分析' : '城市经理-分析')
</script>
<style scoped></style>
\ No newline at end of file
......@@ -82,7 +82,9 @@
}
isLoading.value = false
}
getTableList()
const { proxy } = getCurrentInstance()
const isDaQuZQ = proxy.checkPermi(['promotion:dashboard:list-show'])
getTableList(isDaQuZQ ? '大区战区-分析' : '城市经理-分析')
</script>
<style scoped
......
......@@ -88,7 +88,8 @@
}
isLoading.value = false
}
getTableList()
const isDaQuZQ = proxy.checkPermi(['promotion:dashboard:list-show'])
getTableList(isDaQuZQ ? '大区战区-分析' : '城市经理-分析')
</script>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论