Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
98ec3b8c
Commit
98ec3b8c
authored
Jun 30, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 申请配件
parent
925c2828
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
addParts.vue
src/pages/parts/addParts.vue
+7
-4
No files found.
src/pages/parts/addParts.vue
View file @
98ec3b8c
...
...
@@ -120,10 +120,11 @@ export default {
}
},
onLoad
(
e
)
{
getApp
().
trackPage
(
'选择配件页'
)
getApp
().
trackPage
(
'选择配件页'
)
if
(
e
)
{
this
.
categoryId
=
e
.
categaryId
this
.
brandId
=
e
.
brandId
this
.
categaryId
=
e
.
categaryId
this
.
brandId
=
e
.
brandId
this
.
type
=
e
.
type
this
.
getBrandList
()
}
else
{
this
.
getCategaryList
()
...
...
@@ -211,8 +212,8 @@ export default {
this
.
categaryId
=
this
.
categary
[
this
.
categaryIndex
||
0
].
categoryId
this
.
brandIndex
=
''
this
.
show
=
false
this
.
pageNumber
=
1
this
.
getBrandList
()
this
.
getPartsList
()
},
// 下拉选择品牌
changeBrand
(
data
)
{
...
...
@@ -220,6 +221,7 @@ export default {
this
.
brandId
=
this
.
brand
[
this
.
brandIndex
].
brandId
this
.
scrollId
=
`brand
${
this
.
brandId
}
`
this
.
lists
=
[]
this
.
pageNumber
=
1
this
.
getPartsList
()
},
// 点击选择品牌
...
...
@@ -228,6 +230,7 @@ export default {
this
.
brandIndex
=
index
this
.
brandId
=
item
.
brandId
this
.
lists
=
[]
this
.
pageNumber
=
1
this
.
getPartsList
()
},
// 加载更多
...
...
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