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)
           }