浏览代码

更改类型

xuefy 3 年之前
父节点
当前提交
2b480b3da0
共有 1 个文件被更改,包括 1 次插入5 次删除
  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 => {