|
@@ -22,7 +22,7 @@ export function selectIndustryHighList(param) {
|
|
// 从业人员分布情况分析
|
|
// 从业人员分布情况分析
|
|
export function selectPersonnelList(param) {
|
|
export function selectPersonnelList(param) {
|
|
return request({
|
|
return request({
|
|
- url: '/center-emergency/VisuEmergencyCloudBigDataController/selectPersonnelList',
|
|
|
|
|
|
+ url: '/center-data//emergencybigdata/selectPersonnelList',
|
|
method: 'get',
|
|
method: 'get',
|
|
data: param
|
|
data: param
|
|
})
|
|
})
|
|
@@ -31,7 +31,7 @@ export function selectPersonnelList(param) {
|
|
// 按类型分析应急物资
|
|
// 按类型分析应急物资
|
|
export function selectCategoryClassificationList(param) {
|
|
export function selectCategoryClassificationList(param) {
|
|
return request({
|
|
return request({
|
|
- url: '/center-emergency/VisuEmergencyCloudBigDataController/selectCategoryClassificationList',
|
|
|
|
|
|
+ url: '/center-data/emergencybigdata/selectCategoryClassificationList',
|
|
method: 'get',
|
|
method: 'get',
|
|
data: param
|
|
data: param
|
|
})
|
|
})
|
|
@@ -74,6 +74,24 @@ export function getBigDataForQ(type) {
|
|
method: 'get',
|
|
method: 'get',
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
+export function getBigDataForteam() {
|
|
|
|
+ return request({
|
|
|
|
+ url: `/center-data/emergencybigdata/getBigDataForteam`,
|
|
|
|
+ method: 'get',
|
|
|
|
+ })
|
|
|
|
+}
|
|
|
|
+export function getBigDataFortwarehouse() {
|
|
|
|
+ return request({
|
|
|
|
+ url: `/center-data/emergencybigdata/getBigDataFortwarehouse`,
|
|
|
|
+ method: 'get',
|
|
|
|
+ })
|
|
|
|
+}
|
|
|
|
+export function getBigDataFortenterprises() {
|
|
|
|
+ return request({
|
|
|
|
+ url: `/center-data/emergencybigdata/getBigDataFortenterprises`,
|
|
|
|
+ method: 'get',
|
|
|
|
+ })
|
|
|
|
+}
|
|
|
|
|
|
// 企业分布情况
|
|
// 企业分布情况
|
|
export function selectTimeList(param) {
|
|
export function selectTimeList(param) {
|