Commit 55f0b416 authored by danfuman's avatar danfuman

修改

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