diff --git a/src/views/ebiz/product/HomeProduct.vue b/src/views/ebiz/product/HomeProduct.vue
index 933df9348..38bd18798 100644
--- a/src/views/ebiz/product/HomeProduct.vue
+++ b/src/views/ebiz/product/HomeProduct.vue
@@ -76,7 +76,10 @@
{{ org.cbbfMon | blankFilter }} |
- | 暂无数据 |
+
+ 暂无数据
+
+ |
@@ -172,6 +175,7 @@ export default {
this.performanceData = data.content.list
}
this.$nextTick(() => {
+ this.isTableDataLoad = true
const width = this.$refs.product.offsetWidth
const height = this.$refs.product.offsetHeight
console.log('after width: ', width)