|
@@ -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 => {
|