Browse Source

去除打印

zhuliu 2 năm trước cách đây
mục cha
commit
fc69408e0b
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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;
 					})