Commit db07dbd9 by yuzhenWang

Merge branch 'feature-20250827wyz-写业务' into 'dev'

Feature 20250827wyz 写业务

See merge request !57
parents 38bcdfbb 7b442d36
...@@ -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 &&
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment