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
b49063ba
Commit
b49063ba
authored
Mar 10, 2026
by
yuzhenWang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-20250827wyz-写业务' into 'test'
Feature 20250827wyz 写业务 See merge request
!77
parents
848979d5
63da828a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
src/views/sign/FnaList/components/customer.vue
+9
-7
No files found.
src/views/sign/FnaList/components/customer.vue
View file @
b49063ba
...
...
@@ -1507,6 +1507,7 @@ const handleFormValues = source => {
if
(
props
.
customerBizId
&&
props
.
activeName
==
'customer'
)
{
submitObj
[
'fnaBizId'
]
=
props
.
idsObj
.
fnaBizId
editCustomer
(
submitObj
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
handleEditStatus
()
...
...
@@ -1606,14 +1607,15 @@ watch(
editStatus
.
value
=
false
customerRightRef
.
value
=
null
if
(
newVal
===
'customer'
)
{
if
(
JSON
.
stringify
(
customerForm
.
value
)
!=
'{}'
)
{
form
.
value
=
JSON
.
parse
(
JSON
.
stringify
(
customerForm
.
value
))
processedCustomerData
.
value
=
JSON
.
parse
(
JSON
.
stringify
(
tempCustomerDom
.
value
))
return
}
else
{
processFormData
()
}
// if (JSON.stringify(customerForm.value) != '{}') {
// form.value = JSON.parse(JSON.stringify(customerForm.value))
// processedCustomerData.value = JSON.parse(JSON.stringify(tempCustomerDom.value))
// return
// } else {
// processFormData()
// }
// 因为客户资料里的编辑状态是单独控制的
if
(
props
.
tabSource
==
'customer'
&&
props
.
customerBizId
)
{
editStatus
.
value
=
true
...
...
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