zhongtianhaoyuan 3 年之前
父節點
當前提交
58d8fd216c
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/views/houseSelfCollect/newWeighingManagement.vue

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

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