chenrui 2 лет назад
Родитель
Сommit
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)
           }