Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
holo-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
xinkong
holo-web
Commits
76268767
Commit
76268767
authored
Jun 17, 2024
by
ninglx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wj-smartcity 快照周期转向导出接口联调
parent
9474a287
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
795 additions
and
626 deletions
+795
-626
optApi.js
wj-smartcity/src/dao/optApi.js
+15
-0
cycleData.vue
wj-smartcity/src/views/dataQueries/rightForm/cycleData.vue
+372
-300
eventData.vue
wj-smartcity/src/views/dataQueries/rightForm/eventData.vue
+140
-109
snapshotData.vue
...martcity/src/views/dataQueries/rightForm/snapshotData.vue
+268
-217
No files found.
wj-smartcity/src/dao/optApi.js
View file @
76268767
...
@@ -79,6 +79,21 @@ export const exportLane = (data) => request({
...
@@ -79,6 +79,21 @@ export const exportLane = (data) => request({
responseType
:
"
blob
"
,
responseType
:
"
blob
"
,
})
})
// 周期 转向 导出
export
const
exportTurn
=
(
data
)
=>
request
({
url
:
`
${
baseUrl
}
/trend/periodTurnExcel`
,
method
:
'
post
'
,
data
:
data
,
responseType
:
"
blob
"
,
})
export
const
exportSnapshot
=
(
data
)
=>
request
({
url
:
`
${
baseUrl
}
/trend/laneSnapshotExcel`
,
method
:
'
post
'
,
data
:
data
,
responseType
:
"
blob
"
,
})
// 数据查询 车道快照指标
// 数据查询 车道快照指标
export
const
getLaneSnapshotIndex
=
(
data
)
=>
request
({
export
const
getLaneSnapshotIndex
=
(
data
)
=>
request
({
url
:
`
${
baseUrl
}
/trend/laneSnapshotIndex`
,
url
:
`
${
baseUrl
}
/trend/laneSnapshotIndex`
,
...
...
wj-smartcity/src/views/dataQueries/rightForm/cycleData.vue
View file @
76268767
This diff is collapsed.
Click to expand it.
wj-smartcity/src/views/dataQueries/rightForm/eventData.vue
View file @
76268767
This diff is collapsed.
Click to expand it.
wj-smartcity/src/views/dataQueries/rightForm/snapshotData.vue
View file @
76268767
This diff is collapsed.
Click to expand it.
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