소스 검색

修改bug

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