Commit 04e53923 authored by danfuman's avatar danfuman

修改

parent 97abc1f1
......@@ -68,6 +68,14 @@ export function countLandMarketByProvince(param) {
})
}
//全国商机项目分析-全国土地交易项目年份统计
export function countLandMarketByYear() {
return request({
url: '/marketAnalysis/countLandMarketByYear',
method: 'POST',
})
}
//全国商机项目分析-全国各地区招标统计TOP10
export function countNewsBidByProvince(param) {
return request({
......@@ -76,10 +84,13 @@ export function countNewsBidByProvince(param) {
data: param
})
}
//全国商机项目分析-全国土地交易项目年份统计
export function countLandMarketByYear() {
//全国商机项目分析-全国公招项目统计
export function countNewsBidByYear() {
return request({
url: '/marketAnalysis/countLandMarketByYear',
url: '/marketAnalysis/countNewsBidByYear',
method: 'POST',
})
}
......@@ -91,6 +102,14 @@ export function countBidGroupByProvince(param) {
data: param
})
}
//全国商机项目分析-全国各年度招标月份统计
export function countNewsBidByMonth(param) {
return request({
url: '/marketAnalysis/countNewsBidByMonth',
method: 'POST',
data: param
})
}
......
......@@ -13,7 +13,7 @@
import * as echarts from 'echarts';
import { countGroupByMonth,countGroupByProvince,getYear } from '@/api/macro/macro'
import Tdjy from './tdjy'
import Zhaobiao from './zhaobiao'
import Zhaobiao from './zhaobiao1'
export default {
name: 'NationalEconomies',
components: {
......
......@@ -28,7 +28,7 @@ export default {
},
data() {
return {
activeName: 'second'
activeName: 'first'
}
},
created() {
......
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