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
63eab27d
Commit
63eab27d
authored
Sep 01, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
888e9cfb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
18 deletions
+8
-18
brandManagement.vue
src/components/tradePavilion/brandManagement.vue
+5
-9
prizeMange.vue
src/components/tradePavilion/prizeMange.vue
+3
-9
No files found.
src/components/tradePavilion/brandManagement.vue
View file @
63eab27d
...
...
@@ -361,6 +361,7 @@ export default {
BrandClassId
:
0
,
//分类
ExcelEnumIds
:
[],
UserId
:
0
,
//用户认证
PrizeId
:
0
,
},
usermsg
:
{
pageIndex
:
1
,
...
...
@@ -403,16 +404,11 @@ export default {
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
readonly
)
{
this
.
readonly
=
this
.
$route
.
query
.
readonly
;
}
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
data
)
{
this
.
dataList
=
this
.
$route
.
query
.
data
;
this
.
pageCount
=
this
.
dataList
.
length
;
this
.
dataList
.
forEach
((
x
)
=>
{
x
.
LogoList
=
[];
x
.
LogoList
.
push
(
x
.
Logo
);
});
}
else
{
this
.
getList
();
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
PrizeId
)
{
this
.
msg
.
PrizeId
=
this
.
$route
.
query
.
PrizeId
;
}
this
.
getList
();
},
methods
:
{
ChangeListName
(
val
)
{
...
...
src/components/tradePavilion/prizeMange.vue
View file @
63eab27d
...
...
@@ -483,15 +483,9 @@ export default {
},
jumpBrandList
(
item
)
{
if
(
item
.
TotalCount
>
0
)
{
this
.
apipost
(
"/api/Trade/GetPrizeDetails"
,
{
Id
:
item
.
Id
},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
$router
.
push
({
path
:
"/brandManagement"
,
query
:
{
data
:
res
.
data
.
data
.
BrandList
,
readonly
:
1
},
});
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
this
.
$router
.
push
({
path
:
"/brandManagement"
,
query
:
{
PrizeId
:
item
.
Id
,
readonly
:
1
},
});
}
},
...
...
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