feat(pwl):重大经济决策调查表数据生成优化
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user