admin/src/views/task/index.vue
@@ -165,12 +165,12 @@ }, pagination: { capacity: 10, page: 1 page: 1, total: 0, }, loading: false, dataList: [], headData: {}, total: 0, cateList: [ { name: '访客申请', id: 0 }, @@ -268,6 +268,7 @@ }).then(res => { console.log('res', res) this.dataList = res.records || [] this.pagination.total = res.total || 0 this.dataList.forEach(i => { i.param1 = JSON.parse(i.param1) })