--进阶es6项目实战
进阶es6实战1,数组去重:const arr = this.ruleForm.authority.reduce( (all, next) => all.some((atom) => atom["title"] == next["title"]) ? all : [...all, next], [] );// this.ruleForm.authority为数组的名字//:ti




