Commit 16c1ebf3 authored by 程卓's avatar 程卓

首页dashboard浦东的接口api

parent 94ddc292
......@@ -186,6 +186,19 @@ export default {
GET_TOUSUQUESTION_DETAILS: '/service-documents-ddd/tsDetial/{id}', //投诉问题详情
GET_TOUSUQUESTION_LIST: '/service-documents-ddd/tsRank', //投诉问题排行
GET_FEE_STANDARD_LIST: '/service-basicdatasync-ddd/property/costs' // 物业收费详情
GET_FEE_STANDARD_LIST: '/service-basicdatasync-ddd/property/costs', // 物业收费详情
/**
* 首页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'
}
......@@ -713,10 +713,10 @@ export default {
created(){},
mounted(){
this.getConfig()
if (this.$api.BASE_URL.indexOf('xuhui')!=-1 || this.$api.BASE_URL.indexOf('31.0.161.39')!=-1 ) { //徐汇分支
this.getList()
if (this.$store.state.userinfos && this.$store.state.userinfos.isAllPerm) { // 不是全部权限dashboard下方的模块不展示
if (this.$api.BASE_URL.indexOf('xuhui')!=-1 || this.$api.BASE_URL.indexOf('31.0.161.39')!=-1 ) { //徐汇分支
this.getDisposal()
if (this.$store.state.userinfos && this.$store.state.userinfos.isAllPerm) { // 不是全部权限dashboard下方的模块不展示
this.getHouthMonth()
this.getCheckData()
this.getCheckPeople()
......@@ -767,6 +767,7 @@ export default {
url: this.$api.GET_RESOURE_LIST,
}).then(res => {
if (res.code === '200') {
console.log(res)
this.data = this.$com.confirm(res, 'data.content', [])
}
})
......
......@@ -64,9 +64,9 @@ export default {
}
},
data: [
{value: 335, name: '直接访问'},
{value: 135, name: '视频广告'},
{value: 148, name: '搜索引擎'}
// {value: 335, name: '直接访问'},
// {value: 135, name: '视频广告'},
// {value: 148, name: '搜索引擎'}
]
}
]
......
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