From 9ef21df7a9fc91ddb8f7baa7f9018ddae14d41b4 Mon Sep 17 00:00:00 2001 From: weibl Date: Thu, 29 Jan 2026 17:51:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A9=E5=85=83=E4=BA=A8=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E5=88=9B=E5=BB=BA=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/simulationTask/newDemand/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/task/simulationTask/newDemand/index.vue b/src/views/task/simulationTask/newDemand/index.vue index c43b6a2b..5bcdf251 100644 --- a/src/views/task/simulationTask/newDemand/index.vue +++ b/src/views/task/simulationTask/newDemand/index.vue @@ -354,6 +354,8 @@ const createDemandApiFun = async (fromData: any) => { ...fromData, demandStatus: '0', + // 是否走利元亨创建需求直接创建任务逻辑 + isLyric: enableConfigByTenant([TENANT_ENUM.LYRIC]), }; const res: any = await addDemandApi(params); if (res.code === 200) {