Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wbx-PCAndMobi
mobi
Commits
b8dabfc8
Commit
b8dabfc8
authored
Jan 25, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复浦东分支首页缺请求地址
parent
c0d0c684
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
api.js
src/server/api.js
+13
-0
IndustrySupervision.vue
src/views/home/IndustrySupervision.vue
+1
-1
No files found.
src/server/api.js
View file @
b8dabfc8
...
...
@@ -181,4 +181,17 @@ export default {
GET_TOUSUDENSITY_LIST
:
'/service-documents-ddd/tsDensityRank'
,
//投诉密度排行
GET_TOUSUQUESTION_DETAILS
:
'/service-documents-ddd/tsDetial/{id}'
,
//投诉问题详情
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'
}
src/views/home/IndustrySupervision.vue
View file @
b8dabfc8
...
...
@@ -48,7 +48,7 @@ export default {
created
(){
this
.
getIndustrySupervision
().
then
(
res
=>
{
console
.
log
(
res
)
//
console.log(res)
let
obj
=
this
.
$com
.
confirm
(
res
,
'data.content'
,
[])
this
.
taskList
[
0
].
value
=
obj
.
processingCount
||
0
this
.
taskList
[
1
].
value
=
obj
.
completedCount
||
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment