[update] 企标复审流程发起增加draftID字段
This commit is contained in:
@@ -435,6 +435,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