Commit 37800f83 authored by hiyonx's avatar hiyonx

工厂报价模块

parent c88706df
......@@ -109,7 +109,7 @@ export default {
let properties = sapPropertyMap[key]
for (let property of properties) {
let propertyData = data[property.relationField]
sapData[key][property.sapField] = propertyData || sapData[key][property.sapField]
sapData[key][property.sapField] = propertyData || sapData[key][property.sapField] || ''
}
}
this.sapData = sapData
......
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