zhuliu преди 2 години
родител
ревизия
fc69408e0b
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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;
 					})