gaoshp
2024-04-22 5fb43d29f47d9b316414b28ea84a6fab3133b856
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;