dc87db7b by lihua

法人换个地方取值

1 parent ed5a8ef2
...@@ -659,13 +659,14 @@ onBeforeMount(() => { ...@@ -659,13 +659,14 @@ onBeforeMount(() => {
659 // } 659 // }
660 // ); 660 // );
661 // } 661 // }
662 let approveVO = connectorDetail.approveVO || {}; 662 // let approveVO = connectorDetail.approveVO || {};
663 if ((approveVO.approveState == 'C' || approveVO.approveState == 'R') && approveVO.staffGuid == userData.staffGuid && connectorDetail.bizApproveState != 'D') { 663 // if ((approveVO.approveState == 'C' || approveVO.approveState == 'R') && approveVO.staffGuid == userData.staffGuid && connectorDetail.bizApproveState != 'D') {
664 // restart.value = true;
665 // }
664 restart.value = true; 666 restart.value = true;
665 }
666 baseInfoFormItems.value.forEach(item => { 667 baseInfoFormItems.value.forEach(item => {
667 if (item.field == "legalEntity") { 668 if (item.field == "legalEntity") {
668 item.default = connectorDetail[item.field] || logonUserDetail["tenantName"] || ""; 669 item.default = logonUserDetail["tenantName"] || connectorDetail[item.field] || "";
669 } else if (item.field == "legalSocialCreditCode") { 670 } else if (item.field == "legalSocialCreditCode") {
670 item.default = connectorDetail[item.field] || logonUserDetail["socialCreditCode"] || ""; 671 item.default = connectorDetail[item.field] || logonUserDetail["socialCreditCode"] || "";
671 } 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!