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
48e3c791
Commit
48e3c791
authored
Aug 06, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
3925f4ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
brandManagement.vue
src/components/tradePavilion/brandManagement.vue
+6
-4
No files found.
src/components/tradePavilion/brandManagement.vue
View file @
48e3c791
...
...
@@ -321,15 +321,17 @@
clearInterval
(
this
.
download_timer
);
this
.
checkedCities
=
[];
this
.
loadingText
=
"正在下载品牌文件,请勿关闭或刷新页面..."
;;
var
filepath
=
res
.
data
.
data
;
var
fileUrl
=
res
.
data
.
data
.
fileUrl
;
var
filepath
=
res
.
data
.
data
.
filePath
;
var
key
=
res
.
data
.
message
;
var
params
=
{
fileUrl
:
file
path
fileUrl
:
file
Url
}
//删除缓存和Key
var
deleteparams
=
{
key
:
key
,
fileUrl
:
filepath
fileUrl
:
fileUrl
,
filepath
:
filepath
,
};
that
.
GetLocalFile
(
"/api/Trade/GetFile"
,
params
,
"品牌信息.xls"
,
null
,
...
...
@@ -339,7 +341,7 @@
that
.
apipost
(
"/api/Trade/DeleteKey"
,
deleteparams
,
(
res
)
=>
{
})
that
.
dialogVisible
=
false
;
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