소스 검색

修改滚动条

achao 3 년 전
부모
커밋
6d4a02a9c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/warehouse/warehouseManagementNoWeightOut.vue

+ 1 - 1
src/views/warehouse/warehouseManagementNoWeightOut.vue

@@ -522,7 +522,7 @@
       this.dataList.statusFlag = this.$route.statusFlag
       this.dataList.warehouseInOutDetail = this.$route.query.warehouseInOutDetail
       console.log(this.dataList)
-      if (this.$route.query.automaticWeightAcquisition == '0') {
+      if (this.$route.query.automaticWeightAcquisition == '1') {
         this.isShowBalance = true
       }
       this.getList()