1
lzhe
2024-05-08 b03d80f7743535f6a2fa830c7ab79f8fa3c3eeed
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;