|
@@ -223,7 +223,7 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
checkList(this.queryParam).then(res => {
|
|
|
if (res.success) {
|
|
|
- this.costAllocationData = res.result
|
|
|
+ this.costAllocationData = res.result.records
|
|
|
this.pagination = {
|
|
|
total: res.result.total,
|
|
|
current: res.result.current,
|