mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	修复页签变量undefined
This commit is contained in:
		| @@ -38,6 +38,7 @@ const mutations = { | |||||||
|     }) |     }) | ||||||
|   }, |   }, | ||||||
|   DEL_OTHERS_CACHED_VIEWS: (state, view) => { |   DEL_OTHERS_CACHED_VIEWS: (state, view) => { | ||||||
|  |     const index = state.cachedViews.indexOf(view.name) | ||||||
|     if (index > -1) { |     if (index > -1) { | ||||||
|       state.cachedViews = state.cachedViews.slice(index, index + 1) |       state.cachedViews = state.cachedViews.slice(index, index + 1) | ||||||
|     } else { |     } else { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 RuoYi
					RuoYi