[update] 企标所有流程发起增加draftId字段
This commit is contained in:
+4
@@ -523,6 +523,10 @@ export default {
|
||||
this.loading = true
|
||||
const param = {} // 需要给后端的参数
|
||||
param.common = { ...values, ...approvalValues, ...data.formInline }
|
||||
// 草稿id
|
||||
if (this.model.infoJsonStr) {
|
||||
param.common.draftId = this.model.id
|
||||
}
|
||||
param.flowUser = personnelObj
|
||||
let func
|
||||
if (this.$route.query.taskId) {
|
||||
|
||||
+4
@@ -423,6 +423,10 @@ export default {
|
||||
}
|
||||
const param = {} // 传给后端的数据
|
||||
param.common = { ...values, ...approvalValues }
|
||||
// 草稿id
|
||||
if (this.model.infoJsonStr) {
|
||||
param.common.draftId = this.model.id
|
||||
}
|
||||
param.dataList = data.dataSource
|
||||
param.flowUser = personnelObj
|
||||
let func
|
||||
|
||||
@@ -378,6 +378,10 @@ export default {
|
||||
this.loading = true
|
||||
const paramObj = {} // 需要传给后端的数据
|
||||
paramObj.common = { ...values, ...approvalValues }
|
||||
// 草稿id
|
||||
if (this.model.infoJsonStr) {
|
||||
paramObj.common.draftId = this.model.id
|
||||
}
|
||||
paramObj.flowUser = personnelObj
|
||||
paramObj.data = data.formInline
|
||||
let func
|
||||
|
||||
@@ -390,6 +390,10 @@ export default {
|
||||
this.loading = true
|
||||
const param = {} // 需要传给后端的数据
|
||||
param.common = { ...values, ...approvalValues }
|
||||
// 草稿id
|
||||
if (this.model.infoJsonStr) {
|
||||
param.common.draftId = this.model.id
|
||||
}
|
||||
param.flowUser = personnelObj
|
||||
param.data = Object.assign({}, data.formInline)
|
||||
param.data.list = data.dataSource
|
||||
|
||||
@@ -933,6 +933,10 @@ export default {
|
||||
this.loading = true
|
||||
const param = {} // 需要传给后端的数据
|
||||
param.common = { ...values, ...approvalValues } // 流程信息和流程审批信息
|
||||
// 草稿id
|
||||
if (this.model.infoJsonStr) {
|
||||
param.common.draftId = this.model.id
|
||||
}
|
||||
param.dataList = arr
|
||||
param.flowUser = personnelObj
|
||||
let func
|
||||
|
||||
@@ -541,6 +541,10 @@ export default {
|
||||
this.loading = true
|
||||
const param = {} // 需要传给后端的数据
|
||||
param.common = { ...values, ...approvalValues }
|
||||
// 草稿id
|
||||
if (this.model.infoJsonStr) {
|
||||
param.common.draftId = this.model.id
|
||||
}
|
||||
param.flowUser = personnelObj
|
||||
// 业务基本信息部分表单
|
||||
param.data = {}
|
||||
|
||||
@@ -380,6 +380,10 @@ export default {
|
||||
this.loading = true
|
||||
const paramObj = {} // 需要传给后端的数据
|
||||
paramObj.common = { ...values, ...approvalValues }
|
||||
// 草稿id
|
||||
if (this.model.infoJsonStr) {
|
||||
paramObj.common.draftId = this.model.id
|
||||
}
|
||||
paramObj.flowUser = personnelObj
|
||||
paramObj.data = data.formInline
|
||||
let func
|
||||
|
||||
@@ -378,6 +378,10 @@ export default {
|
||||
this.loading = true
|
||||
const paramObj = {} // 需要传给后端的数据
|
||||
paramObj.common = { ...values, ...approvalValues }
|
||||
// 草稿id
|
||||
if (this.model.infoJsonStr) {
|
||||
paramObj.common.draftId = this.model.id
|
||||
}
|
||||
paramObj.flowUser = personnelObj
|
||||
paramObj.data = data.formInline
|
||||
let func
|
||||
|
||||
Reference in New Issue
Block a user