gaoshp
2024-04-23 f28363d03c3539b0219c5b58ea8b7db37d50be6f
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;