Browse Source

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

csx 3 years ago
parent
commit
b6a43669dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/stock/stockQuery.vue

+ 1 - 1
src/xt_pages/stock/stockQuery.vue View File

@@ -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