Merge branch 'master-php' of https://e.coding.net/g-cphe0354/duanju/video_admin into master-php
This commit is contained in:
commit
b82eb59b1d
|
|
@ -208,9 +208,12 @@ export default {
|
|||
page: this.tableData.page,
|
||||
limit: this.tableData.limit
|
||||
});
|
||||
|
||||
console.log("获取抽奖记录列表", data);
|
||||
|
||||
this.tableData.loading = false;
|
||||
this.tableData.list = data.page.list;
|
||||
this.tableData.total = data.page.totalCount;
|
||||
this.tableData.list = data.data.list;
|
||||
this.tableData.total = data.data.totalCount;
|
||||
} catch (error) {
|
||||
this.tableData.loading = false;
|
||||
console.log(error);
|
||||
|
|
|
|||
Loading…
Reference in New Issue