Commit 143a6117 authored by youjie's avatar youjie

no message

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