Commit 9ea85437 by Liu

fix:提问接口传参

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