children117cl
2021-06-25 b61d3353ae963c0430258230649951e423fbdbee
src/pages/system/admin.vue
@@ -232,7 +232,7 @@
          }
        }
      }, (inf) => {
        this.roleArr = inf.list || []
        this.roleArr = inf.list && inf.list.filter(item => item.isUse === 1) || []
      })
    },