|
@@ -59,7 +59,7 @@ export default {
|
|
|
this.$api.biz.getUserCountByTenant().then(res => {
|
|
|
if (res.code === 200) {
|
|
|
res.data.map(item => {
|
|
|
- if (item.name === 'biz') {
|
|
|
+ if (item.name === 'wtzk') {
|
|
|
this.bizCount = item.number
|
|
|
} else if (item.name === 'yun') {
|
|
|
this.yunCount = item.number
|