Commit 2b51f62a authored by dragondean@qq.com's avatar dragondean@qq.com

修复海运价格编辑全包阶梯价提交异常

parent 788e4ee6
...@@ -982,6 +982,11 @@ export default { ...@@ -982,6 +982,11 @@ export default {
); );
delete data.fullPriceStepList; delete data.fullPriceStepList;
} }
// 删除非阶梯价 包装费字段
delete data.clearancePricePackagingList
delete data.freightPricePackagingList
delete data.fullPricePackagingList
} }
//海运非阶梯价校验 //海运非阶梯价校验
else { else {
......
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