法人换个地方取值
Showing
1 changed file
with
6 additions
and
5 deletions
| ... | @@ -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; | 664 | // restart.value = true; |
| 665 | } | 665 | // } |
| 666 | restart.value = true; | ||
| 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') { | ... | ... |
-
Please register or sign in to post a comment