feat:项目管理-审计内容7-工作底稿索引优化
This commit is contained in:
@@ -349,8 +349,8 @@ export function createDataMapper(type: string) {
|
||||
auditContent: item.auditContent || item.content || '',
|
||||
checkEvidence: item.checkEvidence || item.evidence || '',
|
||||
testResult: item.testResult || '待检查',
|
||||
workPaperIndex: parseWorkPaperIndex(item.workPaperIndex),
|
||||
...item
|
||||
...item,
|
||||
workPaperIndex: parseWorkPaperIndex(item.workPaperIndex)
|
||||
})),
|
||||
personnel: (data) => {
|
||||
const mainData = data.map((item, index) => {
|
||||
|
||||
Reference in New Issue
Block a user