chenrui пре 2 година
родитељ
комит
58a84b68bf
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/views/inventoryManagement/inventoryChecking/detailModal.vue

+ 0 - 1
src/views/inventoryManagement/inventoryChecking/detailModal.vue

@@ -268,7 +268,6 @@ export default {
       checkWarehouseDetailCount(params).then(res => {
         if (res.status == 200) {
           this.productTotal = res.data
-          debugger
           if (res.data && res.data.checkLossQty) {
             this.productTotal.checkLossQty = Math.abs(this.productTotal.checkLossQty || 0)
           }