Merge branch 'net' into development
This commit is contained in:
commit
4759bc9242
1 changed files with 0 additions and 5 deletions
|
|
@ -214,12 +214,7 @@ const useStorage = defineStore('storageStore', () => {
|
||||||
createdAt: data.createdAt,
|
createdAt: data.createdAt,
|
||||||
createdBy: data.createdBy,
|
createdBy: data.createdBy,
|
||||||
})
|
})
|
||||||
} else {
|
|
||||||
error.title = 'ตั้งชื่อ Folder ซ้ำ'
|
|
||||||
error.msg = ''
|
|
||||||
error.show()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
folder.value[path].sort((a, b) => a.pathname.localeCompare(b.pathname))
|
folder.value[path].sort((a, b) => a.pathname.localeCompare(b.pathname))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue