Commit 3870e773 authored by dragondean@qq.com's avatar dragondean@qq.com

修复部分海运价格非阶梯价不显示包装类型

parent d0bf84f7
......@@ -461,7 +461,7 @@ export default {
item.packagingTypes = item.packagingTypes.split(',')
}
})
}
}else this.form.freightPricePackagingList = [{}]
if(this.form.clearancePricePackagingList?.length){
this.form.clearancePricePackagingList.forEach(item => {
if(!item.packagingTypes){
......@@ -470,7 +470,7 @@ export default {
item.packagingTypes = item.packagingTypes.split(',')
}
})
}
}else this.form.clearancePricePackagingList = [{}]
}
}
......
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