Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
youjj
cloud-platform-ui
Commits
7793f405
Commit
7793f405
authored
Oct 24, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
屏蔽车辆信息下载
parent
d3649edd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.js
src/api/vehicle/vehicleInfo/index.js
+2
-1
index.vue
src/views/vehicle/vehicleInfo/index.vue
+1
-1
No files found.
src/api/vehicle/vehicleInfo/index.js
View file @
7793f405
...
@@ -119,6 +119,7 @@ export function downloadExcel(query) {
...
@@ -119,6 +119,7 @@ export function downloadExcel(query) {
return
fetch
({
return
fetch
({
url
:
'/vehicle/VehicleInformationDownload/excel'
,
url
:
'/vehicle/VehicleInformationDownload/excel'
,
method
:
'get'
,
method
:
'get'
,
params
:
{
vehiclePageQueryVoJson
:
query
}
params
:
{
vehiclePageQueryVoJson
:
query
},
responseType
:
'blob'
});
});
}
}
src/views/vehicle/vehicleInfo/index.vue
View file @
7793f405
...
@@ -174,7 +174,7 @@
...
@@ -174,7 +174,7 @@
更多列
更多列
</el-button>
</el-button>
<el-button
class=
"filter-item"
type=
"primary"
v-waves
@
click=
"reloadPage"
>
重置
</el-button>
<el-button
class=
"filter-item"
type=
"primary"
v-waves
@
click=
"reloadPage"
>
重置
</el-button>
<!--
<el-button
class=
"filter-item"
type=
"primary"
v-waves
@
click=
"handleFilter('download')"
>
下载车辆信息Excel表
</el-button>
--
>
<el-button
class=
"filter-item"
type=
"primary"
v-waves
@
click=
"handleFilter('download')"
>
下载车辆信息Excel表
</el-button
>
</div>
</div>
...
...
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