Commit 1167cf39 by weiyudumei

fix: 修改策略场景的busiType默认值从03改为02

parent b809c5af
......@@ -486,7 +486,7 @@ export const TacticsChat: React.FC = () => {
}
}
else if (tacticsMeta) {
requestBody.busiType ??= '03'
requestBody.busiType ??= '02'
requestBody.busiId ??= tacticsMeta.taskId
}
// 如果 includeQuestion 为 false,不展示问题但接口参数中仍要传递 question
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment