@@ -25,7 +25,7 @@
</tr>
</thead>
<tbody>
- <tr v-for="owner in listOwnerInfo.owners">
+ <tr v-for="owner in listDemoInfo.owners">
<td>
{{demos.demoId}}
</td>
@@ -41,7 +41,7 @@
vc.component.listDemoInfo.demos = listDemoDate.demos;
vc.emit('pagination','init',{
- total:vc.component.listOwnerInfo.records,
+ total:vc.component.listDemoInfo.records,
currentPage:_page
});
},function(errInfo,error){