Переглянути джерело

优化用户提现申请字段

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