Commit 39d03d29 authored by dragondean@qq.com's avatar dragondean@qq.com

修复满减立方米等不能修改减货币单位

parent ab0bb0ca
...@@ -509,7 +509,7 @@ export default { ...@@ -509,7 +509,7 @@ export default {
currencyId = this.currencyList[0].id currencyId = this.currencyList[0].id
} }
this.$set(item, 'reduceCurrencyId', currencyId) this.$set(item, 'reduceCurrencyId', currencyId)
} }else this.$set(item, 'reduceCurrencyDisabled', false)
return return
} }
......
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