| 
														
															@@ -35,9 +35,13 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															   data() { 
														 | 
														
														 | 
														
															   data() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     let popedom_code_list = this.$store.state.user.popedom_code_list; 
														 | 
														
														 | 
														
															     let popedom_code_list = this.$store.state.user.popedom_code_list; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     let isStudent = this.$store.state.user.user_type === 'STUDENT'; 
														 | 
														
														 | 
														
															     let isStudent = this.$store.state.user.user_type === 'STUDENT'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    function curTab() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      return isStudent || popedom_code_list.includes(2000001) ? 'TaskList' : 'TemplateList'; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    let currentTab = this.$route.query.tab || curTab(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															     return { 
														 | 
														
														 | 
														
															     return { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      currentTab: this.$route.query.tab || 'TaskList', 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      currentTab, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       popedom_code_list, 
														 | 
														
														 | 
														
															       popedom_code_list, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       menuList: [ 
														 | 
														
														 | 
														
															       menuList: [ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         { 
														 | 
														
														 | 
														
															         { 
														 |