Commit 94d9f39c authored by youjie's avatar youjie

no message

parent 97c4cfe1
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
<li> <li>
<button <button
class="hollowFixedBtn" class="hollowFixedBtn"
@click="resetPageIndex(),getPageList()" @click="resetPageIndex()"
>{{$t('pub.searchBtn')}}</button> >{{$t('pub.searchBtn')}}</button>
<!-- <button <!-- <button
class="normalBtn" class="normalBtn"
...@@ -375,6 +375,7 @@ export default { ...@@ -375,6 +375,7 @@ export default {
resetPageIndex: function (){ // 重置页码 resetPageIndex: function (){ // 重置页码
this.msg.pageIndex=1; this.msg.pageIndex=1;
this.currentPage = 1; this.currentPage = 1;
this.getPageList()
}, },
getBranchList(){ getBranchList(){
......
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