取消
diff --git a/src/views/task/simulationTask/newDemand/index.vue b/src/views/task/simulationTask/newDemand/index.vue
index c3c5d08e..09900fcb 100644
--- a/src/views/task/simulationTask/newDemand/index.vue
+++ b/src/views/task/simulationTask/newDemand/index.vue
@@ -352,6 +352,8 @@ const createDemandApiFun = async (fromData: any) => {
...fromData,
demandStatus: '0',
+ // 是否走利元亨创建需求直接创建任务逻辑
+ isLyric: enableConfigByTenant([TENANT_ENUM.LYRIC]),
};
const res: any = await addDemandApi(params);
if (res.code === 200) {