diff --git a/jero-web/src/views/dashboard/components/customContent.vue b/jero-web/src/views/dashboard/components/customContent.vue index 929d3ed43..f392f59dc 100644 --- a/jero-web/src/views/dashboard/components/customContent.vue +++ b/jero-web/src/views/dashboard/components/customContent.vue @@ -82,7 +82,7 @@ if (res.success) { this.dataSource = res.result || [] this.dataSource.forEach(val => { - if (res.state == 1) { + if (val.state == 1) { this.dataSourceTopList.push(val) this.dataSourceContentList.push(val) }