[update] 企标所有流程发起增加draftId字段
This commit is contained in:
+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
|
||||
|
||||
Reference in New Issue
Block a user