From 10ecf7a8f2a3ffcb151097f34efb95f29d0946ca Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Thu, 15 Jun 2023 19:55:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=8F=91=E8=B5=B7=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E4=B8=8D=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/workOrder/containers/jobOrder.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/client/src/sections/workOrder/containers/jobOrder.jsx b/web/client/src/sections/workOrder/containers/jobOrder.jsx index c4ba7a9..fae90b7 100644 --- a/web/client/src/sections/workOrder/containers/jobOrder.jsx +++ b/web/client/src/sections/workOrder/containers/jobOrder.jsx @@ -46,13 +46,13 @@ const JobOrder = (props) => { }).then(res => { setFormStateRequestingIndex(false) if (res) { - if (res.deleted) { - Notification.error({ title: '该表单流程已删除,请尝试退出账号重新登录或联系项企管理员' }) - } else if (res.isEdited) { - Notification.error({ title: '该表单流程已修改,请尝试退出账号重新登录或联系项企管理员' }) - } else if (!res.isEnable) { - Notification.error({ title: '该表单流程已停用,请尝试退出账号重新登录或联系项企管理员' }) - } else + // if (res.deleted) { + // Notification.error({ title: '该表单流程已删除,请尝试退出账号重新登录或联系项企管理员' }) + // } else if (res.isEdited) { + // Notification.error({ title: '该表单流程已修改,请尝试退出账号重新登录或联系项企管理员' }) + // } else if (!res.isEnable) { + // Notification.error({ title: '该表单流程已停用,请尝试退出账号重新登录或联系项企管理员' }) + // } else if (res.id) { setLaunchProcessId(res.id) setWorkflowModalVisible(true)