Commit 55f0b416 authored by danfuman's avatar danfuman

修改

parent 6ea9d19a
......@@ -285,12 +285,6 @@
this.getLowerRateByYear()
this.getLowerRangeTenderType()
// this.getCountLandMarketByType()
// this.getCountLandMarketByTypeTd()
// this.getCountLandMarketByProvince()
// this.getCountLandMarketByYear()
this.isSkeleton=false;
}, 1500);
},
......@@ -851,11 +845,6 @@
initChart6(data) {
this.$nextTick(() => {
let myChart = echarts.init(document.getElementById("echarts6"))
// let list1=[],list2=[]
// for(var i=0; i<data.length; i++) {
// list1.push(data[i].count)
// list2.push(data[i].money)
// }
let option ={
tooltip: {
trigger: 'axis',
......@@ -955,13 +944,19 @@
handleYears(key){
switch (key) {
case 1:
this.getCountLandMarketByType()
this.getCountBidByType()
break;
case 2:
this.getCountLandMarketByTypeTd()
this.getCountBidGroupByProvince()
break;
case 3:
this.getCountLandMarketByProvince()
case 4:
this.getRangeBidFiveYears()
break;
case 5:
this.getLowerRateByYear()
break;
case 6:
this.getLowerRangeTenderType()
break;
}
},
......
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