Vue3+ElementPlus+Koa2 全栈开发后台系统=>部门管理,创建-编辑-删除功能实现⑩
1.创建路由{name:'dept',path:'/system/dept',meta:{title:'部门管理'},component:()=>import('./../views/Dept.vue')},2.构建页面查询重置创建编辑删除不选,则直接创建一级部门取消确定3.对接apigetDeptList(){returnrequest({url:'/dept/list',method:'get