吴学文
2019-07-10 4ee6445f67bbb56caa2b2f981afce6e87cc602af
WebService/src/main/resources/components/pagination/pagination.js
@@ -14,6 +14,11 @@
                    vc.component.paginationInfo.total = _paginationInfo.total;
                    vc.component.paginationInfo.currentPage = _paginationInfo.currentPage;
                });
             vc.on('pagination','init',function(_paginationInfo){
                 vc.component.paginationInfo.total = _paginationInfo.total;
                 vc.component.paginationInfo.currentPage = _paginationInfo.currentPage;
             });
        },
        methods:{
            previous:function(){