wuxw
2019-07-11 a76cec91cf4adf1feede5dda61d97d2bbf18266a
WebService/src/main/resources/components/list-demo/listDemo.js
@@ -35,13 +35,12 @@
                             param,
                             function(json,res){
                                var listDemoDate =JSON.parse(json);
                                vc.component.listDemoInfo.total = listDemoDate.total;
                                vc.component.listDemoInfo.records = listDemoDate.records;
                                vc.component.listDemoInfo.demos = listDemoDate.demos;
                                vc.component.listDemoInfo.total = listDemoDate[0].total;
                                vc.component.listDemoInfo.records = listDemoDate[0].records;
                                vc.component.listDemoInfo.demos = listDemoDate;
                                vc.emit('pagination','init',{
                                    total:vc.component.listOwnerInfo.records,
                                    total:vc.component.listDemoInfo.records,
                                    currentPage:_page
                                });
                             },function(errInfo,error){