4013042e by lihua

法人换个地方取值

1 parent d3cf1531
...@@ -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') {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!