src/views/home/widgets/components/ver.vue
@@ -82,6 +82,8 @@ //console.log(this.setCard,222) }, getCard() { //获取快捷菜单 var data = this.$TOOL.data.get("MENU"); this.workid = data[0].children[0].id; //记录第一个children的id this.$HTTP.get(`/api/blade-system/workbench-card/list?workbenchId=${this.workid}`).then(res=> { if(res.code == 200) { this.setCard = res.data;