62f5e78e by lihua

连接器草稿中打开有草稿

1 parent 522f43c1
...@@ -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] || "";
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!