This commit is contained in:
James Cole
2021-03-30 08:12:48 +02:00
parent 7a6a911f7f
commit bc6a2c2cca
2 changed files with 4 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ export default {
for (let key in data.data) {
if (data.data.hasOwnProperty(key) && /^0$|^[1-9]\d*$/.test(key) && key <= 4294967294) {
let current = data.data[key];
if(!current.attributes.active) {
continue;
}
this.budgetList.push(
{
id: parseInt(current.id),