Commit 143a6117 authored by youjie's avatar youjie

no message

parent 0c6c1c21
...@@ -236,10 +236,14 @@ ...@@ -236,10 +236,14 @@
</template> </template>
<template v-if="activeName=='4'"> <template v-if="activeName=='4'">
<!-- <fourIncomeChange :msgData="msg" :StatisticalData="StatisticalData"></fourIncomeChange> <div class="allEchartRow">
<fourIncomeShare></fourIncomeShare> <fourIncomeChange :msgData="msg" :StatisticalData="StatisticalData"></fourIncomeChange>
<fourWoolRateChange></fourWoolRateChange> <!-- <fourIncomeShare :msgData="msg" :StatisticalData="StatisticalData"></fourIncomeShare> -->
<fourActualRateChange></fourActualRateChange> --> </div>
<div class="allEchartRow">
<!-- <fourWoolRateChange :msgData="msg" :StatisticalData="StatisticalData"></fourWoolRateChange>
<fourActualRateChange :msgData="msg" :StatisticalData="StatisticalData"></fourActualRateChange> -->
</div>
</template> </template>
</div> </div>
...@@ -463,7 +467,7 @@ export default { ...@@ -463,7 +467,7 @@ export default {
msg, msg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(this.StatisticalData,'=---------') console.log(this.StatisticalData,'=---------' )
this.StatisticalData = res.data.data this.StatisticalData = res.data.data
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
......
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