[update 标准解读流程] 完善
This commit is contained in:
+5
-2
@@ -432,8 +432,11 @@ export default {
|
||||
params.data.processStandardInterpretClauseList = []
|
||||
// 将条款的表格复制到完整的条款解读表,id需要处理
|
||||
params.data.processStandardInterpretClauseSublistList = compData.clauseData.map(item => {
|
||||
item.standardInterpretClauseId = item.id
|
||||
delete item.id
|
||||
// 直接用完整表的不需要处理
|
||||
if (!item.standardInterpretClauseId) {
|
||||
item.standardInterpretClauseId = item.id
|
||||
delete item.id
|
||||
}
|
||||
return item
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user