zhongtianhaoyuan 3 years ago
parent
commit
58d8fd216c
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/houseSelfCollect/newWeighingManagement.vue

+ 6 - 6
src/views/houseSelfCollect/newWeighingManagement.vue

@@ -1280,9 +1280,9 @@
                               warehousing.inOutFlag = 
                               warehousing.id=warehousing.warehouseInOutId
                               addstorageputList(warehousing).toPromise().then((response) => {
-                                // if(response == "OK"){
-                                //   this.getList()
-                                // }
+                                if(response == "OK"){
+                                  this.getList()
+                                }
                               })
                             }
                           })
@@ -1318,9 +1318,9 @@
                       delete warehousing.status
                       warehousing.id=warehousing.warehouseInOutId
                       addstorageputList(warehousing).toPromise().then((response) => {
-                        // if(response == "OK"){
-                        //   this.getList()
-                        // }
+                        if(response == "OK"){
+                          this.getList()
+                        }
                       })
                     }
                   })