瀏覽代碼

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

panyong 4 年之前
父節點
當前提交
6238f38d2e
共有 1 個文件被更改,包括 5 次插入1 次删除
  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({