修改岗位批量删除问题

This commit is contained in:
不做码农
2022-04-01 20:25:58 +08:00
parent 990c1996a3
commit 7377a3e167
4 changed files with 28 additions and 30 deletions

View File

@@ -97,7 +97,7 @@ export default {
if (routes.length === 0) {
activePath = this.currentIndex || this.defaultRouter();
console.log("activePath", activePath);
console.log("activePath", activePath);
this.activeRoutes(activePath);
}
return activePath;