Explorar el Código

去掉查询后台log yx

yf_yx hace 3 años
padre
commit
390d88b8df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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