Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-csf-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yuzhenWang
yd-csf-front
Commits
db07dbd9
Commit
db07dbd9
authored
Feb 28, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-20250827wyz-写业务' into 'dev'
Feature 20250827wyz 写业务 See merge request
!57
parents
38bcdfbb
7b442d36
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
src/views/sign/FnaList/components/customer.vue
+1
-4
src/views/sign/FnaList/edit.vue
+2
-0
No files found.
src/views/sign/FnaList/components/customer.vue
View file @
db07dbd9
...
@@ -1094,10 +1094,7 @@ const setFormValue = (obj, formData, exportValue) => {
...
@@ -1094,10 +1094,7 @@ const setFormValue = (obj, formData, exportValue) => {
const
processedData
=
JSON
.
parse
(
JSON
.
stringify
(
formData
))
const
processedData
=
JSON
.
parse
(
JSON
.
stringify
(
formData
))
for
(
const
section
of
processedData
)
{
for
(
const
section
of
processedData
)
{
// 这里还要回显受供养人数,等调试的时候再加
// if (section.key == 'personInfo') {
// section.data.push()
// }
if
(
if
(
section
.
key
==
'apiTaxationDtoList'
&&
section
.
key
==
'apiTaxationDtoList'
&&
obj
.
apiTaxationDtoList
&&
obj
.
apiTaxationDtoList
&&
...
...
src/views/sign/FnaList/edit.vue
View file @
db07dbd9
...
@@ -404,6 +404,8 @@ function getProcessInfo(fnaBizId, changeTab, currentTab) {
...
@@ -404,6 +404,8 @@ function getProcessInfo(fnaBizId, changeTab, currentTab) {
item
.
status
=
'0'
item
.
status
=
'0'
}
}
})
})
console
.
log
(
'客户资料新增成功'
,
tabsList
.
value
)
csf_fna_status
.
_object
.
csf_fna_status
.
forEach
(
item
=>
{
csf_fna_status
.
_object
.
csf_fna_status
.
forEach
(
item
=>
{
if
(
item
.
value
==
res
.
data
.
status
)
{
if
(
item
.
value
==
res
.
data
.
status
)
{
processInfo
.
value
.
status
=
item
.
label
processInfo
.
value
.
status
=
item
.
label
...
...
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