修复一些命名和拼写错误问题,修复一些BUG

This commit is contained in:
周建
2023-06-25 13:34:27 +08:00
parent 9456a6f31c
commit 7ca76a5304
12 changed files with 149 additions and 171 deletions

View File

@ -8,7 +8,7 @@ import { listSimpleDictDataApi } from '@/api/system/dict/dict.data'
export interface DictValueType {
value: any
label: string
clorType?: string
colorType?: string
cssClass?: string
}
export interface DictTypeType {

View File

@ -90,7 +90,7 @@ export const useTagsViewStore = defineStore('tagsView', {
// 删除其他
delOthersViews(view: RouteLocationNormalizedLoaded) {
this.delOthersVisitedViews(view)
this.addCachedView()
this.delCachedView()
},
// 删除其他tag
delOthersVisitedViews(view: RouteLocationNormalizedLoaded) {