Merge branch 'development'
This commit is contained in:
commit
753b3a2ea9
1 changed files with 1 additions and 6 deletions
|
|
@ -214,12 +214,7 @@ const useStorage = defineStore('storageStore', () => {
|
|||
createdAt: data.createdAt,
|
||||
createdBy: data.createdBy,
|
||||
})
|
||||
} else {
|
||||
error.title = 'ตั้งชื่อ Folder ซ้ำ'
|
||||
error.msg = ''
|
||||
error.show()
|
||||
}
|
||||
|
||||
folder.value[path].sort((a, b) => a.pathname.localeCompare(b.pathname))
|
||||
}
|
||||
},
|
||||
|
|
@ -285,7 +280,7 @@ const useStorage = defineStore('storageStore', () => {
|
|||
)
|
||||
}
|
||||
|
||||
if (currentInfo.path.includes(arr[arr.length - 1])) {
|
||||
if (currentInfo.path !== path && currentInfo.path.startsWith(path)) {
|
||||
error.title = 'ตำเเหน่งที่คุณอยู่ถูกลบ'
|
||||
error.msg = ''
|
||||
error.show()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue