|
@@ -307,9 +307,9 @@ const queryFixedFlowApi = async (type, datas) => {
|
|
|
const queryFixedFlowApi3 = async (type, datas) => {
|
|
|
let flowJson = {}
|
|
|
if (type === 'first') {
|
|
|
- // flowJson['firstId'] = datas
|
|
|
+ flowJson['firstId'] = datas
|
|
|
} else if (type === 'log') {
|
|
|
- // flowJson['theLogPrimaryKeyId'] = datas
|
|
|
+ flowJson['theLogPrimaryKeyId'] = datas
|
|
|
} else if (type === 'wbs') {
|
|
|
flowJson['privatePKeyId'] = datas
|
|
|
}
|
|
@@ -319,7 +319,7 @@ const queryFixedFlowApi3 = async (type, datas) => {
|
|
|
projectId: projectId.value,
|
|
|
contractId: contractId.value,
|
|
|
...flowJson,
|
|
|
- nodeId:formModel.value.ids,
|
|
|
+ // nodeId:formModel.value.ids,
|
|
|
classifyType:classifyType.value,
|
|
|
tableOwner:tableOwner.value,
|
|
|
})
|