Commit 94d9f39c authored by youjie's avatar youjie

no message

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