Browse Source

uas手机版
图表请求

samhoo 5 years ago
parent
commit
f56ab033b8

+ 1 - 4
uas-office-web/uas-mobile/src/components/private/kanban/KanBan.jsx

@@ -24,10 +24,7 @@ class KanBan extends Component {
   }
 
   componentDidMount () {
-    let { subsData } = this.props.chartState
-    if (isObjEmpty(subsData)) {
-      this.getChartData()
-    }
+    this.getChartData()
 
   }