Commit 668fef7f authored by youjie's avatar youjie

no message

parent 6dcbfda7
...@@ -109,7 +109,8 @@ ...@@ -109,7 +109,8 @@
</li> </li>
</ul> </ul>
</div> </div>
<div v-loading="loading" style="height: 78%;overflow: auto;display: flex;flex-direction: row;flex-wrap: wrap;"> <!-- height: 78%;overflow: auto; -->
<div v-loading="loading" style="display: flex;flex-direction: row;flex-wrap: wrap;">
<IncomeChange :msgData="msg" :StatisticalData="StatisticalData"></IncomeChange> <IncomeChange :msgData="msg" :StatisticalData="StatisticalData"></IncomeChange>
<IncomeShare :msgData="msg" :StatisticalData="StatisticalData"></IncomeShare> <IncomeShare :msgData="msg" :StatisticalData="StatisticalData"></IncomeShare>
<WoolRateChange :msgData="msg" :StatisticalData="StatisticalData"></WoolRateChange> <WoolRateChange :msgData="msg" :StatisticalData="StatisticalData"></WoolRateChange>
......
...@@ -51,7 +51,8 @@ export default { ...@@ -51,7 +51,8 @@ export default {
}, },
methods: { methods: {
handleResize() { handleResize() {
this.getEchart()
location.reload()
}, },
getEchart(){ getEchart(){
let datas = [] let datas = []
......
...@@ -77,7 +77,8 @@ export default { ...@@ -77,7 +77,8 @@ export default {
}, },
methods: { methods: {
handleResize() { handleResize() {
this.getEchart()
location.reload()
}, },
getEchart(){ getEchart(){
this.inCostDatas() this.inCostDatas()
......
...@@ -51,7 +51,8 @@ export default { ...@@ -51,7 +51,8 @@ export default {
}, },
methods: { methods: {
handleResize() { handleResize() {
this.getEchart()
location.reload()
}, },
getEchart(){ getEchart(){
let datas = [] let datas = []
......
...@@ -60,7 +60,8 @@ export default { ...@@ -60,7 +60,8 @@ export default {
}, },
methods: { methods: {
handleResize() { handleResize() {
this.getEchart()
location.reload()
}, },
getEchart(){ getEchart(){
let datas = [{ let datas = [{
......
...@@ -51,7 +51,8 @@ export default { ...@@ -51,7 +51,8 @@ export default {
}, },
methods: { methods: {
handleResize() { handleResize() {
this.getEchart()
location.reload()
}, },
getEchart(){ getEchart(){
let datas = [] let datas = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment