|
@@ -255,11 +255,7 @@ const batchApprovalApi = async () => {
|
|
|
formReportLoading.value = true
|
|
|
//处理数据
|
|
|
let flowJson = {}
|
|
|
- if (type === 'first') {
|
|
|
- //flowJson['firstId'] = datas
|
|
|
- } else if (type === 'log') {
|
|
|
- //flowJson['theLogPrimaryKeyId'] = datas
|
|
|
- } else if (type === 'wbs') {
|
|
|
+ if (type === 'first' || type === 'log' || type === 'wbs') {
|
|
|
flowJson['userTasks'] = userTasks.value
|
|
|
}
|
|
|
//发起请求
|