修改禅道已知bug
This commit is contained in:
@@ -464,7 +464,8 @@
|
||||
lawsTechnologyEvaluationId: row.id,
|
||||
standId: row.standId,
|
||||
remark: row.remark,
|
||||
createBy:row.createBy
|
||||
createBy:row.createBy,
|
||||
gatherResult:row.gatherResult
|
||||
}
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
@@ -478,7 +479,8 @@
|
||||
lawsTechnologyEvaluationId: row.id,
|
||||
standId: row.standId,
|
||||
remark: row.remark,
|
||||
createBy:row.createBy
|
||||
createBy:row.createBy,
|
||||
gatherResult:row.gatherResult
|
||||
}
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
|
||||
Reference in New Issue
Block a user