Commit 39880fee authored by dragondean@qq.com's avatar dragondean@qq.com

费用详情全包价合计异常

parent 7062a3cb
......@@ -503,6 +503,7 @@ export default {
let total = {}
arr.forEach(item => {
const currency = item[currencyField]
if(!currency) return
if(!total[currency]){
total[currency] = new Decimal(0)
}
......
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