Преглед изворни кода

优化用户提现申请字段

wzy пре 1 година
родитељ
комит
371c521e42
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      src/views/finance/application/index.vue

+ 3 - 2
src/views/finance/application/index.vue

@@ -181,7 +181,8 @@ export default {
       watherParameter: {
         current: 1,
         size: 5,
-        buyerUserId: ""
+        // buyerUserId: ""
+        acquirerId:""
       },
       watherFlag: true
     }
@@ -323,7 +324,7 @@ export default {
     async getWatherTable(id) {
       this.watherFlag = true
       //  获取流水表格数据
-      this.watherParameter.buyerUserId = id
+      this.watherParameter.acquirerId = id
       try {
         let res = await getWaterRecord(this.watherParameter)
         this.waterData = res.data.records