|
@@ -1026,7 +1026,7 @@ export default {
|
|
// 用车类型Id
|
|
// 用车类型Id
|
|
capacityTypeId: this.capacityTypeId,
|
|
capacityTypeId: this.capacityTypeId,
|
|
mapList: this.tableData,
|
|
mapList: this.tableData,
|
|
- orgCode: getCookie('orgCode'),
|
|
|
|
|
|
+ orgCode: getCookie('userId'),
|
|
remark:
|
|
remark:
|
|
this.form.Tel + '-' + this.capacityTypeName + this.form.typeRemarks
|
|
this.form.Tel + '-' + this.capacityTypeName + this.form.typeRemarks
|
|
}
|
|
}
|