feat(pwl):重大经济决策调查表数据生成优化

This commit is contained in:
2025-10-31 17:43:29 +08:00
parent 1fa9d24428
commit 78f32a1728
2 changed files with 147 additions and 29 deletions

View File

@@ -11,6 +11,9 @@ export async function generateDecisionTable(data: {
projectLibrary?: string;
history?: string;
suggestion?: string;
data?: any;
docList?: any[];
fileList?: any[];
}) {
const res = await request.post<ApiResult<any>>(
MODULES_API_URL + '/ai/auditContent3/generateDecisionTable',
@@ -32,6 +35,8 @@ export async function generateTripleOneTable(data: {
projectLibrary?: string;
history?: string;
suggestion?: string;
docList?: any[];
fileList?: any[];
}) {
const res = await request.post<ApiResult<any>>(
MODULES_API_URL + '/ai/auditContent3/generateTripleOneTable',