소스 검색

去除打印

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