src/views/FlexJobManage/FlexJobManage.vue
@@ -531,6 +531,13 @@ try { const selectionRows = getSelectionRows(); if (selectionRows) { const hasUnSigned = selectionRows?.some( (x) => x.enterpriseSignContractStatus !== EnumTaskUserSignContractStatus.Pass ); if (hasUnSigned) { Message.warnMessage('勾选数据中包含未签约或已解约数据'); return; } stopElectronSign(selectionRows.map((x) => x.id)); } } catch (error) {}