Commit b8dabfc8 authored by 程卓's avatar 程卓

修复浦东分支首页缺请求地址

parent c0d0c684
...@@ -181,4 +181,17 @@ export default { ...@@ -181,4 +181,17 @@ export default {
GET_TOUSUDENSITY_LIST: '/service-documents-ddd/tsDensityRank', //投诉密度排行 GET_TOUSUDENSITY_LIST: '/service-documents-ddd/tsDensityRank', //投诉密度排行
GET_TOUSUQUESTION_DETAILS: '/service-documents-ddd/tsDetial/{id}', //投诉问题详情 GET_TOUSUQUESTION_DETAILS: '/service-documents-ddd/tsDetial/{id}', //投诉问题详情
GET_TOUSUQUESTION_LIST: '/service-documents-ddd/tsRank', //投诉问题排行 GET_TOUSUQUESTION_LIST: '/service-documents-ddd/tsRank', //投诉问题排行
/**
* 首页dashboard
*/
GET_IndustrySupervision: '/service-documents-ddd/statistical/hoMonthlyCheck/groupByStreet', //行业督查
GET_RiskDisposal: '/service-special/discover/statistical/discoverHandle', //当年风险处置情况
GET_ComplaintsTrain: '/service-report/elevator/ranking/{type}', //投诉直通车
GET_Creditratingranking: '/service-special/crdt/evlt/levelRanking', //信用管理等级排行
get_elevator_collect: 'service-report/elevator/collect', // 小区电梯加装情况
// get_specialInspection: '/service-documents-ddd/statistical/specialInspection', //行业督查数字
get_specialInspection: '/service-documents-ddd/statistical/specialInspection', //行业督查数字
get_month_check: 'service-documents-ddd/dashboard/house/month'
} }
...@@ -48,7 +48,7 @@ export default { ...@@ -48,7 +48,7 @@ export default {
created(){ created(){
this.getIndustrySupervision().then(res => { this.getIndustrySupervision().then(res => {
console.log(res) // console.log(res)
let obj = this.$com.confirm(res, 'data.content', []) let obj = this.$com.confirm(res, 'data.content', [])
this.taskList[0].value = obj.processingCount || 0 this.taskList[0].value = obj.processingCount || 0
this.taskList[1].value = obj.completedCount || 0 this.taskList[1].value = obj.completedCount || 0
......
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