法人换个地方取值
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -666,7 +666,7 @@ onBeforeMount(() => { | ... | @@ -666,7 +666,7 @@ onBeforeMount(() => { |
| 666 | } | 666 | } |
| 667 | baseInfoFormItems.value.forEach(item => { | 667 | baseInfoFormItems.value.forEach(item => { |
| 668 | if (item.field == "legalEntity") { | 668 | if (item.field == "legalEntity") { |
| 669 | item.default = connectorDetail[item.field] || logonUserDetail["tenantName"] || ""; | 669 | item.default = logonUserDetail["tenantName"] || connectorDetail[item.field] || ""; |
| 670 | } else if (item.field == "legalSocialCreditCode") { | 670 | } else if (item.field == "legalSocialCreditCode") { |
| 671 | item.default = connectorDetail[item.field] || logonUserDetail["socialCreditCode"] || ""; | 671 | item.default = connectorDetail[item.field] || logonUserDetail["socialCreditCode"] || ""; |
| 672 | } else if (item.field == 'credentialTime' || item.field == 'trustedIdentityCredential') { | 672 | } else if (item.field == 'credentialTime' || item.field == 'trustedIdentityCredential') { | ... | ... |
-
Please register or sign in to post a comment