mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
[FIX]受众列表总条数字段修改count
This commit is contained in:
@@ -134,7 +134,7 @@ export default {
|
|||||||
.then((res) => {
|
.then((res) => {
|
||||||
const data = res.result || res || {};
|
const data = res.result || res || {};
|
||||||
this.tableData = data.list || [];
|
this.tableData = data.list || [];
|
||||||
this.total = data.total || 0;
|
this.total = data.count || 0;
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user