Commit 05d083b9 authored by 高滢's avatar 高滢

feat(发起任务): 车企id

parent 94287887
......@@ -473,6 +473,8 @@ export default {
entrustedUnitAddress: '', // 委托单位地址
entrustedUnitPhone: '', // 委托单位电话
entrustedUnitCode: '', // 委托单位邮政编码
enterpriseId: '',
enterpriseName: '',
testScenarioList: [],
inspectionItemList: [],
standardId: ''
......@@ -1274,6 +1276,8 @@ export default {
delete item.id
})
this.taskCreateRequest.fileList = this.documentInfoArr
this.taskCreateRequest.enterpriseId = this.model.enterpriseId
this.taskCreateRequest.enterpriseName = this.model.enterpriseName
if (this.taskTemporaryStorage !== null) {
// 暂存有数据再次暂存走编辑
this.taskCreateRequest.id = this.taskTemporaryStorage.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment