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