Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
Overview
Overview
Details
Activity
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
integralMall
integral-mall
Commits
b7c16ca8
Commit
b7c16ca8
authored
Nov 22, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugfix/自提点回显bug'
parents
4293ce71
e00e5a47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
store-area.vue
src/components/store/store-area.vue
+2
-1
store-part.vue
src/components/store/store-part.vue
+1
-0
No files found.
src/components/store/store-area.vue
View file @
b7c16ca8
...
...
@@ -15,7 +15,7 @@
<div
v-for=
"(v, i) in currentCityList"
:key=
"i"
class=
"list-item"
>
<div>
<el-checkbox
:indeterminate=
"v.indeterminate"
v-model=
"v.isCheck"
@
change=
"checkCityChange()"
></el-checkbox>
<span
class=
"list-name"
>
{{
v
.
cityName
}}
</span>
<span
class=
"list-name"
>
{{
v
.
label
}}
</span>
</div>
</div>
</div>
...
...
@@ -78,6 +78,7 @@ export default {
}
},
mounted
()
{
this
.
currentCityList
=
this
.
selectData
;
this
.
getAreaList
();
},
methods
:
{
...
...
src/components/store/store-part.vue
View file @
b7c16ca8
...
...
@@ -106,6 +106,7 @@ export default {
},
mounted
()
{
this
.
selectLeftList
=
this
.
selectData
;
this
.
getRightList
();
this
.
getList
();
},
methods
:
{
...
...
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