|
|
@ -132,6 +132,7 @@ export default { |
|
|
|
otherMidRepay: '', |
|
|
|
otherLastRepay: '', |
|
|
|
isOtherPolicy: '', |
|
|
|
userSid: '', |
|
|
|
solutionsDetailsssVo: [] |
|
|
|
}, |
|
|
|
rules: {} |
|
|
@ -153,6 +154,7 @@ export default { |
|
|
|
this.$refs['form_obj'].validate((valid) => { |
|
|
|
if (valid) { |
|
|
|
this.submitdisabled = true |
|
|
|
this.formobj.userSid = window.sessionStorage.getItem('userSid') |
|
|
|
req.loanCreateSchedulePdf(this.formobj).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.$message({ showClose: true, type: 'success', message: '生成成功' }) |
|
|
@ -196,6 +198,7 @@ export default { |
|
|
|
otherMidRepay: '', |
|
|
|
otherLastRepay: '', |
|
|
|
isOtherPolicy: '', |
|
|
|
userSid: '', |
|
|
|
solutionsDetailsssVo: [] |
|
|
|
} |
|
|
|
this.submitdisabled = false |
|
|
|