BJ_web_developers
/
cityOperationCenter
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
dfd0b88c26dd7a630a71e56697eeea27480827f2
Authored by
liuqimichale
2019-01-14 13:02:09 +0800
1 parent
fc89afc4
build
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/components/weekAndDay/uDay.vue
src/components/weekAndDay/uDay.vue
View file @
dfd0b88
...
...
@@ -25,7 +25,6 @@
25
25
* 进出场折线图
26
26
* */
27
27
mounted() {
28
-
29
28
this.axios.post('urban/intelligence/orderPark/queryOrderParkNumForToday',{
30
29
orgIds: [10003,10005]
31
30
}).then((response)=>{
...
...