소스 검색

添加总条数

mxx 3 년 전
부모
커밋
bb26615de4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/houseSelfCollect/weightCheck.vue

+ 2 - 0
src/views/houseSelfCollect/weightCheck.vue

@@ -298,6 +298,7 @@
               type: this.information,
               weight: this.weighingList.grossWeight
             }
+            this.deptBudgetTotal =  this.mList.length
           }
           this.weighingList = this.mList[0]
         } else {
@@ -311,6 +312,7 @@
               type: this.information,
               weight: this.weighingList.tare
             }
+             this.deptBudgetTotal =  this.pList.length
           }
           this.weighingList = this.pList[0]
         }