Commit 1d9b53c7 authored by dragondean@qq.com's avatar dragondean@qq.com

费用详情全包价合计异常

parent c71f8719
......@@ -479,6 +479,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