luobang 2 年之前
父節點
當前提交
72c5197c38
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue

+ 0 - 2
src/views/statisticalReport/components/salesLogisticsStatistics/saleSteelReports.vue

@@ -2233,8 +2233,6 @@ export default {
         let map = {
           list: this.batchCapacityList
         }
-        console.log(map, 'batchMap')
-        return
         this.axios.post('/api/v1/ams/batchUpdateCapacity', map).then(res => {
           if (res.data.code == '200') {
             this.$message.success('派车成功!')