Commit 338e492d authored by zhoutong's avatar zhoutong

【2.2】新增国外供应商报错

parent 8843e716
......@@ -950,9 +950,9 @@ export default {
}
let data = JSON.parse(JSON.stringify(this.formData))
data.dockIds = data.dockIds?.toString()
if(this.formData.areaType == 0) {
data.resourceVO.shipCompany = data.resourceVO.shipCompany?.toString()
data.dockIds = data.dockIds?.toString()
data.resourceVO.ports = data.resourceVO.ports?.toString()
data.resourceVO.bookCompany = data.resourceVO.bookCompany?.toString()
data.resourceVO.trailerCompany = data.resourceVO.trailerCompany?.toString()
......
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