Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
ea5e0099
Commit
ea5e0099
authored
Sep 23, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
贷款产品modifyjie请求函数入参名改变
parent
12eedc4b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
index.ts
src/service/LoanProductService/index.ts
+1
-1
type.ts
src/store/LoanProductManagement/type.ts
+1
-1
publish.vue
src/views/Root/Product/Loan/publish.vue
+4
-3
No files found.
src/service/LoanProductService/index.ts
View file @
ea5e0099
...
...
@@ -45,7 +45,7 @@ export default class LoanProductService {
features
:
string
guarantee_type
:
eGuaranteeType
inst_name
:
string
product
_type
:
eProductType
loan
_type
:
eProductType
max_amount
:
number
max_date
:
number
product_name
:
string
...
...
src/store/LoanProductManagement/type.ts
View file @
ea5e0099
...
...
@@ -13,7 +13,7 @@ export interface iListItem {
min_date
:
number
,
product_name
:
string
,
product_status
:
number
,
product
_type
:
number
,
loan
_type
:
number
,
products
:
string
,
rate_lower
:
number
,
rate_upper
:
number
,
...
...
src/views/Root/Product/Loan/publish.vue
View file @
ea5e0099
...
...
@@ -71,9 +71,10 @@
</a-form-model-item>
<a-form-model-item
label=
"产品分类"
style=
"width: 100%"
>
<a-select
:default-value=
"
eProductType.company
"
:default-value=
"
form.type
"
style=
"width: 120px; margin-right: 10px"
@
change=
"changeProductType"
v-model=
"form.type"
>
<a-select-option
:value=
"eProductType.company"
>
企业
...
...
@@ -141,7 +142,7 @@ export default Vue.extend({
this
.
form
.
limitMin
=
record
.
min_amount
;
this
.
form
.
limitMax
=
record
.
max_amount
;
this
.
form
.
guarantee
=
record
.
guarantee_type
;
this
.
form
.
type
=
record
.
product
_type
;
this
.
form
.
type
=
record
.
loan
_type
;
this
.
form
.
introduction
=
record
.
products
;
this
.
form
.
characteristic
=
record
.
features
;
this
.
form
.
target
=
record
.
apply_to
;
...
...
@@ -242,7 +243,7 @@ export default Vue.extend({
max_date
:
this
.
form
.
endTime
,
product_name
:
this
.
form
.
name
,
products
:
this
.
form
.
introduction
,
product
_type
:
this
.
form
.
type
,
loan
_type
:
this
.
form
.
type
,
rate_lower
:
this
.
form
.
interstMin
,
rate_upper
:
this
.
form
.
interstMax
,
submit_cond
:
this
.
form
.
submissionCon
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment