소스 검색

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 년 전
부모
커밋
b6a43669dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/xt_pages/stock/stockQuery.vue

+ 1 - 1
src/xt_pages/stock/stockQuery.vue 파일 보기

@@ -406,7 +406,7 @@ export default {
406 406
     getAllStockList(params).then(response=>{
407 407
          if(response.data.state == 1){
408 408
           var list = response.data.data.list
409
-          console.log("总库存数量",list)
409
+          // console.log("总库存数量",list)
410 410
           this.tableList = list
411 411
           var total = response.data.data.total
412 412
           this.total = total