|
|
@@ -285,6 +285,8 @@ export default {
|
|
|
this.$router.push({ path: '/personal_workbench/template_list' });
|
|
|
} else if (this.type === 'org') {
|
|
|
this.$router.push({ path: '/personal_workbench/template_list_org' });
|
|
|
+ } else if (this.type === 'admin') {
|
|
|
+ this.$router.push({ path: '/personal_workbench/template_list_admin' });
|
|
|
} else {
|
|
|
this.$router.push({ path: '/personal_workbench/template_list_manager' });
|
|
|
}
|