Browse Source

更改类型

xuefy 3 years ago
parent
commit
2b480b3da0
1 changed files with 1 additions and 5 deletions
  1. 1 5
      front-vue/src/views/service/credit/addCredit.vue

+ 1 - 5
front-vue/src/views/service/credit/addCredit.vue

@@ -302,10 +302,6 @@ export default {
             zfpId:""
         };
     },
-    queryParams: {
-        //获取编号代表开立
-       type:'00'
-      },
     created() {
         //获取当前公司
         getRandom().then((response) => {
@@ -623,7 +619,7 @@ export default {
             //放款方式
             this.form.zfpcrLoanType = this.zfpcrLoanType;
             //融信类型
-            this.form.type = "00";
+            this.form.type = "1";
             //产品
             this.form.zfpId = this.zfpId;
             addCredit(this.form).then(response => {