소스 검색

去掉查询后台log yx

yf_yx 3 년 전
부모
커밋
390d88b8df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/src/views/home/index.vue

+ 1 - 1
test/src/views/home/index.vue

@@ -614,7 +614,7 @@ export default {
     handleSearch () {
       // this.page = 1
       this.$axios(`/api/process/?name=${this.inp1}&page=${this.page}&size=5`, 'GET').then((res) => {
-        console.log(res)
+        // console.log(res)
         this.jiashuzu = []
         this.jiashuzu = res.result.data
         this.total = res.result.paging.total