Commit ac22c5f9 authored by youjie's avatar youjie

no message

parent 3a970d72
...@@ -165,6 +165,7 @@ ...@@ -165,6 +165,7 @@
> >
<el-table-column <el-table-column
type="selection" type="selection"
:reserve-selection="true"
:selectable="selectable" :selectable="selectable"
width="55"> width="55">
</el-table-column> </el-table-column>
...@@ -614,7 +615,6 @@ export default { ...@@ -614,7 +615,6 @@ export default {
resetPageIndex(){ // 重置页码 resetPageIndex(){ // 重置页码
this.msg.pageIndex=1; this.msg.pageIndex=1;
this.currentPage = 1; this.currentPage = 1;
this.getPageList() this.getPageList()
}, },
getPageList(){ // 获取列表数据 getPageList(){ // 获取列表数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment