Commit 9ea85437 by Liu

fix:提问接口传参

parent 67778be6
......@@ -817,7 +817,7 @@ export const TacticsChat: React.FC = () => {
busiType: '02',
recordType: 'A02',
includeQuestion: true,
includeTacticsMeta: false,
includeTacticsMeta: true,
},
)
},
......@@ -979,7 +979,7 @@ export const TacticsChat: React.FC = () => {
undefined,
{
busiType: '02',
recordType: mappedNumberType,
recordType: mappedNumberType,
includeQuestion: true,
includeTacticsMeta: false,
includeUserMeta: true,
......@@ -994,7 +994,7 @@ export const TacticsChat: React.FC = () => {
busiType: '02',
recordType: 'A02',
includeQuestion: true,
includeTacticsMeta: false,
includeTacticsMeta: true,
},
)
}}
......
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