fix: alert fileExists upload
This commit is contained in:
parent
917312f9f8
commit
002b1aff67
5 changed files with 214 additions and 102 deletions
|
|
@ -12,6 +12,7 @@ import FileDownload from '@/modules/01_user/components/FileDownload.vue'
|
|||
import ListView from '@/components/ListView.vue'
|
||||
import FromEdit from '@/components/FromEdit.vue'
|
||||
|
||||
|
||||
const DEPT_NAME = ['ตู้เอกสาร', 'ลิ้นชัก', 'แฟ้ม', 'แฟ้มย่อย', 'ไฟล์']
|
||||
|
||||
const { isPreview } = storeToRefs(useFileInfoStore())
|
||||
|
|
@ -150,7 +151,7 @@ onMounted(getCabinet)
|
|||
:DEPT_NAME="DEPT_NAME"
|
||||
:currentDept="currentDept"
|
||||
editPathname=""
|
||||
@update:drawer="() => (drawer = !drawer)"
|
||||
@update:drawer="() => (drawer = false)"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue