|
|
@@ -51,7 +51,7 @@
|
|
|
</el-row>
|
|
|
<el-table
|
|
|
border
|
|
|
- height="600"
|
|
|
+ height="800"
|
|
|
size="small"
|
|
|
v-loading="loading" :data="checkList" @selection-change="handleSelectionChange">
|
|
|
|
|
|
@@ -203,8 +203,8 @@
|
|
|
this.loading = true;
|
|
|
listReport(this.queryParams).then(response => {
|
|
|
this.orgName=response.orgName;
|
|
|
- this.checkList = response.data.rows;
|
|
|
- this.total = response.data.total;
|
|
|
+ this.checkList = response.data;
|
|
|
+ // this.total = response.data.total;
|
|
|
this.loading = false;
|
|
|
});
|
|
|
},
|