Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2025-06-10 09:55:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
42cbb145dde0963ea4585e74668ceac899a8715b
42cbb145
1 parent
bbafa9fb
feat: 优化导出
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/reportingData/index.vue
src/views/reportingData/index.vue
View file @
42cbb14
...
...
@@ -1095,10 +1095,10 @@ export default {
},
//导出
downloadData() {
if (!this.selected.length) {
this.alertWarningMsg("请选择数据!");
return;
}
//
if (!this.selected.length) {
//
this.alertWarningMsg("请选择数据!");
//
return;
//
}
this.loadings.exportDeclareLoading = true;
this.$store
.dispatch("GetInfo")
...
...
Please
register
or
login
to post a comment