whyczyk
2021-11-01 016ee05e4d7f8e6b4d9e145ac3c4a5213267ee61
src/layout/components/PageMenu.vue
@@ -31,8 +31,12 @@
                  name: '新建工单',
               }, {
                  id: '1-2',
                  url: 'workList',
                  url: 'pending',
                  name: '待处理',
               }, {
                  id: '1-3',
                  url: 'processed',
                  name: '已处理',
               },
            ]
         },],
@@ -41,6 +45,7 @@
   },
   methods: {
      select(data, parent) {
         console.log(this.$router)
         this.id = data.id;
         if (data.url) {
            this.$router.push({