问题修改
This commit is contained in:
parent
600db88b97
commit
54e9fdef21
|
|
@ -458,11 +458,11 @@
|
||||||
accInfoPageApi(param).then(response => {
|
accInfoPageApi(param).then(response => {
|
||||||
this.tableListData = response.data.pageVO.records;
|
this.tableListData = response.data.pageVO.records;
|
||||||
this.total = Number(response.data.pageVO.total);
|
this.total = Number(response.data.pageVO.total);
|
||||||
this.loading = false;
|
|
||||||
});
|
|
||||||
accInfoSumPageApi(param).then(response => {
|
accInfoSumPageApi(param).then(response => {
|
||||||
this.tableListData.push(response.data.sumVO)
|
this.tableListData.push(response.data.sumVO)
|
||||||
});
|
});
|
||||||
|
this.loading = false;
|
||||||
|
});
|
||||||
},
|
},
|
||||||
// 合并单元格 rowIndex=行数 columnIndex=列数
|
// 合并单元格 rowIndex=行数 columnIndex=列数
|
||||||
// 这里是合并table的除表头外的第一行的第二列 + 除表头外的第二行的第二列
|
// 这里是合并table的除表头外的第一行的第二列 + 除表头外的第二行的第二列
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue