[update] 企标制修订流程增加infoJsonStr字段和common同级,内容和保存中一样
This commit is contained in:
@@ -551,6 +551,11 @@ export default {
|
||||
}
|
||||
this.loading = true
|
||||
const param = {} // 需要传给后端的数据
|
||||
const baseInfo = this.$refs.baseInfoRef.getData()
|
||||
param.infoJsonStr = JSON.stringify({
|
||||
data: Object.assign({}, baseInfo, { id: this.model.data ? this.model.data.id : '' }),
|
||||
personnelObj: personnelObj
|
||||
})
|
||||
param.common = { ...values, ...approvalValues }
|
||||
// 草稿id
|
||||
if (this.tempDraftId) {
|
||||
|
||||
Reference in New Issue
Block a user