zhuliu 2 gadi atpakaļ
vecāks
revīzija
fc69408e0b
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  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;
 					})