Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng_code
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
mancheng_code
Commits
5756fbc0
Commit
5756fbc0
authored
Apr 01, 2024
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改批量下载
parent
0144a39e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
src/api/projectManaApi/index.js
+0
-1
src/views/resources/page/keyProject.vue
+1
-1
No files found.
src/api/projectManaApi/index.js
View file @
5756fbc0
...
@@ -201,7 +201,6 @@ export const keyProjectExport = (data) => {
...
@@ -201,7 +201,6 @@ export const keyProjectExport = (data) => {
url
:
"/keyproject/keyproject/export"
,
url
:
"/keyproject/keyproject/export"
,
urlType
:
"api5"
,
urlType
:
"api5"
,
data
,
data
,
responseType
:
"blob"
,
});
});
};
};
...
...
src/views/resources/page/keyProject.vue
View file @
5756fbc0
...
@@ -388,8 +388,8 @@ export default {
...
@@ -388,8 +388,8 @@ export default {
// 数据导出
// 数据导出
async
onDataExport
()
{
async
onDataExport
()
{
const
res
=
await
keyProjectExport
();
const
res
=
await
keyProjectExport
();
downFile
.
excel
(
res
,
"重点项目"
);
this
.
$message
.
success
(
"导出成功"
);
this
.
$message
.
success
(
"导出成功"
);
window
.
open
(
res
.
url
);
},
},
// 每页
// 每页
handleSizeChange
(
val
)
{
handleSizeChange
(
val
)
{
...
...
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