@@ -777,8 +777,7 @@
this.$api
.getPersonnelList(this.queryParams)
.then((response) => {
- this.tableData = response.data;
- console.log(response)
+ this.tableData = response.data;
this.total = response.pageColumn.total;
this.loading = false;
})