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
f5f84650
Commit
f5f84650
authored
Aug 07, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉视频下载
parent
96163cd3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
brandManagement.vue
src/components/tradePavilion/brandManagement.vue
+9
-8
No files found.
src/components/tradePavilion/brandManagement.vue
View file @
f5f84650
...
...
@@ -315,7 +315,7 @@
},
2000
);
},
checkFile
(
msg
)
{
var
fileName
=
"品牌信息.xls"
;
var
fileName
=
"品牌信息.xls"
;
var
that
=
this
;
this
.
apipost
(
"/api/Trade/CheckBrandFile"
,
...
...
@@ -353,7 +353,7 @@
responseType
:
'arraybuffer'
,
onDownloadProgress
:
(
progressEvent
)
=>
{
const
progress
=
Math
.
round
((
progressEvent
.
loaded
/
progressEvent
.
total
)
*
100
);
that
.
loadingText
=
`正在下载品牌文件`
+
progress
+
`%,请勿关闭或刷新页面...`
;
that
.
loadingText
=
`正在下载品牌文件`
+
progress
+
`%,请勿关闭或刷新页面...`
;
// 在这里处理下载进度, 如更新界面上的进度条
}
}).
then
((
res
)
=>
{
...
...
@@ -368,8 +368,7 @@
link
.
click
();
that
.
downLoadLoading
=
false
;
that
.
loadingText
=
""
;
that
.
apipost
(
"/api/Trade/DeleteKey"
,
deleteparams
,
(
res
)
=>
{
})
that
.
apipost
(
"/api/Trade/DeleteKey"
,
deleteparams
,
(
res
)
=>
{})
that
.
dialogVisible
=
false
;
}).
catch
(
function
(
res
)
{
console
.
log
(
res
);
...
...
@@ -378,16 +377,18 @@
}
);
},
getDown
()
{
this
.
cityOptions
=
[];
this
.
apipost
(
"/api/Trade/GetBusinessExportEnumList"
,
{},
(
res
)
=>
{
this
.
cities
=
res
.
data
.
data
;
var
tempData
=
[]
;
let
data
=
res
.
data
.
data
;
data
.
forEach
((
item
)
=>
{
this
.
cityOptions
.
push
(
item
.
Id
);
if
(
item
.
Id
!=
5
)
{
this
.
cityOptions
.
push
(
item
.
Id
);
tempData
.
push
(
item
);
}
});
this
.
cities
=
tempData
;
});
},
//获取商铺性质
...
...
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