连接器草稿中打开有草稿
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -663,7 +663,7 @@ onBeforeMount(() => { | ... | @@ -663,7 +663,7 @@ onBeforeMount(() => { |
| 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 | restart.value = connectorDetail.bizApproveState && connectorDetail.bizApproveState != 'N'; |
| 667 | baseInfoFormItems.value.forEach(item => { | 667 | baseInfoFormItems.value.forEach(item => { |
| 668 | if (item.field == "legalEntity") { | 668 | if (item.field == "legalEntity") { |
| 669 | item.default = logonUserDetail["tenantName"] || connectorDetail[item.field] || ""; | 669 | item.default = logonUserDetail["tenantName"] || connectorDetail[item.field] || ""; | ... | ... |
-
Please register or sign in to post a comment