Browse Source

个人-申请接口传合伙人ID

panyong 4 years ago
parent
commit
6238f38d2e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      htmldev/loan/src/views/loan/apply/index.vue

+ 5 - 1
htmldev/loan/src/views/loan/apply/index.vue

@@ -115,6 +115,10 @@
       orderProductId: {
         type: String,
         default: ''
+      },
+      partnerId: {
+        type: String,
+        default: ''
       }
     },
     data () {
@@ -311,9 +315,9 @@
       funSubmit () {
         const postData = {
           orderProductId: this.orderProductId,
+          partnerId: this.partnerId,
           ...this.postData
         }
-        console.log(postData)
         delete postData.capture
         if (!this.verifyData()) {
           Toast({