522f43c1 by lihua

法人换个地方取值

1 parent 5494c7ba
......@@ -659,13 +659,14 @@ onBeforeMount(() => {
// }
// );
// }
let approveVO = connectorDetail.approveVO || {};
if ((approveVO.approveState == 'C' || approveVO.approveState == 'R') && approveVO.staffGuid == userData.staffGuid && connectorDetail.bizApproveState != 'D') {
restart.value = true;
}
// let approveVO = connectorDetail.approveVO || {};
// if ((approveVO.approveState == 'C' || approveVO.approveState == 'R') && approveVO.staffGuid == userData.staffGuid && connectorDetail.bizApproveState != 'D') {
// restart.value = true;
// }
restart.value = true;
baseInfoFormItems.value.forEach(item => {
if (item.field == "legalEntity") {
item.default = connectorDetail[item.field] || logonUserDetail["tenantName"] || "";
item.default = logonUserDetail["tenantName"] || connectorDetail[item.field] || "";
} else if (item.field == "legalSocialCreditCode") {
item.default = connectorDetail[item.field] || logonUserDetail["socialCreditCode"] || "";
} 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!