Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
3925f4ca
Commit
3925f4ca
authored
Aug 06, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
ebb84dbe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
brandManagement.vue
src/components/tradePavilion/brandManagement.vue
+3
-3
No files found.
src/components/tradePavilion/brandManagement.vue
View file @
3925f4ca
...
...
@@ -193,7 +193,7 @@
</div>
</el-form>
<div
style=
"text-align: right; margin-top: 20px"
>
<el-button
size=
"small"
type=
"primary"
@
click=
"
Export
"
>
导出
</el-button>
<el-button
size=
"small"
type=
"primary"
@
click=
"
downloadBrandFile
"
>
导出
</el-button>
</div>
</div>
</el-dialog>
...
...
@@ -298,13 +298,12 @@
);
},
//批量导出
Export
()
{
downloadBrandFile
()
{
this
.
msg
.
ExcelEnumIds
=
this
.
checkedCities
;
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
if
(
!
msg
.
Id
||
msg
.
Id
==
""
)
{
msg
.
Id
=
0
;
}
this
.
downLoadLoading
=
true
;
this
.
loadingText
=
"正在下载品牌文件,请勿关闭或刷新页面..."
;
var
that
=
this
;
...
...
@@ -340,6 +339,7 @@
that
.
apipost
(
"/api/Trade/DeleteKey"
,
deleteparams
,
(
res
)
=>
{
})
that
.
dialogVisible
=
false
;
}
);
}
...
...
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