cb980be5 by lihua

连接器草稿中打开有草稿

1 parent dc87db7b
......@@ -663,7 +663,7 @@ onBeforeMount(() => {
// if ((approveVO.approveState == 'C' || approveVO.approveState == 'R') && approveVO.staffGuid == userData.staffGuid && connectorDetail.bizApproveState != 'D') {
// restart.value = true;
// }
restart.value = true;
restart.value = connectorDetail.bizApproveState && connectorDetail.bizApproveState != 'N';
baseInfoFormItems.value.forEach(item => {
if (item.field == "legalEntity") {
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!