Browse Source

修改付款提交

mxx 3 years ago
parent
commit
a1bcd6ff86
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/houseSelfCollect/paymentManagement.vue

+ 4 - 4
src/views/houseSelfCollect/paymentManagement.vue

@@ -237,7 +237,7 @@ export default {
     //     this.getList()
     //     this.getList()
     //   })
     //   })
     this.getWarehouse()
     this.getWarehouse()
-    this.getList()
+    // this.getList()
   },
   },
   methods: {
   methods: {
     handlepass() {
     handlepass() {
@@ -254,7 +254,7 @@ export default {
         })
         })
       }
       }
     },
     },
-    getWarehouse() {
+    getWarehouse() {debugger
       selectWarehouseSelf({
       selectWarehouseSelf({
         compId: sessionStorage.getItem('ws-pf_compId')
         compId: sessionStorage.getItem('ws-pf_compId')
       })
       })
@@ -267,9 +267,9 @@ export default {
             this.warehouseNameKey = this.WAREHOUSE[3].payname
             this.warehouseNameKey = this.WAREHOUSE[3].payname
           } else {
           } else {
             this.WAREHOUSE[3].payname = this.warehouseList[0].id
             this.WAREHOUSE[3].payname = this.warehouseList[0].id
+            this.warehouseName =  this.warehouseList[0].warehouseName
           }
           }
-
-          // this.getList()
+          this.getList()
         })
         })
     },
     },
     //上传付款截图
     //上传付款截图