|
@@ -309,7 +309,8 @@ const queryFixedFlowApi3 = async (type, datas) => {
|
|
if (type === 'first') {
|
|
if (type === 'first') {
|
|
flowJson['firstId'] = datas
|
|
flowJson['firstId'] = datas
|
|
} else if (type === 'log') {
|
|
} else if (type === 'log') {
|
|
- flowJson['theLogPrimaryKeyId'] = datas
|
|
|
|
|
|
+ // flowJson['theLogPrimaryKeyId'] = datas
|
|
|
|
+ flowJson['theLogPrimaryKeyId'] = formModel.value.ids
|
|
} else if (type === 'wbs') {
|
|
} else if (type === 'wbs') {
|
|
flowJson['privatePKeyId'] = datas
|
|
flowJson['privatePKeyId'] = datas
|
|
}
|
|
}
|