Commit 01b7b634 authored by dragondean@qq.com's avatar dragondean@qq.com

部分阶梯价格修改保存异常

parent f90d8d48
......@@ -734,7 +734,7 @@ export default {
this.form.priceStepList.forEach(item => {
let notEmptyFields = ['startNum', 'endNum', 'weightUnit']
notEmptyFields.forEach(field => {
if(!item[field] || item[field].toString().trim() == ''){
if(item[field].toString().trim() == ''){
stepPriceEmpty = true
}
})
......
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