zhuliu hace 2 años
padre
commit
fc69408e0b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/views/user/index.vue

+ 1 - 2
src/views/user/index.vue

@@ -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;
 					})