|
@@ -178,7 +178,7 @@
|
|
|
//院级
|
|
|
hiddenDataItemsSubList(obj).then(response => {
|
|
|
this.total = response.total;
|
|
|
- this.tableList = response.rows;
|
|
|
+ this.tableList = response.data.records;
|
|
|
});
|
|
|
hiddenDataItemsSubListTop(objTop).then(response => {
|
|
|
this.$set(this,'numData',response.data);
|
|
@@ -187,7 +187,7 @@
|
|
|
//校级
|
|
|
dataStatisticsItemsList(obj).then(response => {
|
|
|
this.total = response.total;
|
|
|
- this.tableList = response.rows;
|
|
|
+ this.tableList = response.data.records;
|
|
|
});
|
|
|
dataStatisticsItemsListTop(objTop).then(response => {
|
|
|
this.$set(this,'numData',response.data);
|