billList = billList.map(item => ({
...item,
list: item.list.map(ite => ({
...ite,
title: Decrypt(ite.title)
}))
}))
console.log(billList)
billList = billList.map(item => ({
...item,
list: item.list.map(ite => ({
...ite,
title: Decrypt(ite.title)
}))
}))
console.log(billList)