Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_electricity
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
zhengke
jz_electricity
Commits
651b6558
Commit
651b6558
authored
Oct 11, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
67767090
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
choiceDmc.vue
src/components/common/choiceDmc.vue
+9
-2
goods.vue
src/components/sallCenter/plugin/goods.vue
+1
-1
No files found.
src/components/common/choiceDmc.vue
View file @
651b6558
...
...
@@ -123,7 +123,7 @@
</el-table-column>
</el-table>
</template>
<el-pagination
style=
"text-align:center"
background
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
<el-pagination
style=
"text-align:center"
background
:current-page
.
sync=
"currentPage"
@
current-change=
"handleCurrentChange"
:page-size=
"msg.pageSize"
layout=
"prev, pager, next"
:total=
"total"
>
</el-pagination>
</div>
...
...
@@ -145,6 +145,7 @@
Title
:
""
,
},
activeName
:
"1"
,
currentPage
:
1
,
total
:
0
,
selectRow
:
[],
selectRow1
:
[],
...
...
@@ -162,6 +163,8 @@
handleClick
()
{
this
.
msg
.
Name
=
''
;
this
.
msg
.
pageIndex
=
1
;
this
.
currentPage
=
1
;
this
.
travelMsg
.
pageIndex
=
1
;
if
(
this
.
activeName
==
'1'
)
{
this
.
getHotelPage
();
}
...
...
@@ -278,7 +281,11 @@
this
.
selectRow
.
push
(
JSON
.
parse
(
JSON
.
stringify
(
row
)));
},
handleCurrentChange
(
val
)
{
this
.
msg
.
pageIndex
=
val
;
if
(
this
.
activeName
==
'4'
){
this
.
travelMsg
.
pageIndex
=
val
;
}
else
{
this
.
msg
.
pageIndex
=
val
;
}
this
.
getCommonSerch
();
},
//父组件调用方法
...
...
src/components/sallCenter/plugin/goods.vue
View file @
651b6558
...
...
@@ -849,7 +849,7 @@
id
:
x
.
TCID
,
name
:
x
.
Title
,
picUrl
:
x
.
CoverImg
,
price
:
x
.
B2B
Price
,
price
:
x
.
Sale
Price
,
goodType
:
x
.
goodType
,
subname
:
x
.
ProductRecommend
,
imglist
:
x
.
ImgList
...
...
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