将id转为对应的name串 data: summaryStore.list.map(k => { return appConstStore.depts.find(i => i.id === k.deptId)?.name }),