Sayfa-Resim-Silme-Özelliği #10

Merged
burak.ovec merged 3 commits from Sayfa-Resim-Silme-Özelliği into main 2025-08-25 10:00:40 +00:00
Showing only changes of commit 624b8fae56 - Show all commits

View File

@ -10,7 +10,7 @@
@click="ReplaceImage"
onlyPreview
:filePath="file.fileUrl">
<template #actionButtons v-if="!usersStore.isPanelUser">
<template #actionButtons >
<i
class="ico-c ico-btn ico-section back-grad-alert"
@click="DeleteImagePop(file)">
@ -136,7 +136,7 @@
}
const DeleteImage = async (id: number | string) => {
var dt = await dataStore.dataDelete('Popup/' + id)
var dt = await dataStore.dataDelete('DocumentPage/' + id)
if (dt !== 'errorfalse') {
dialogStore.CloseDialog('deleteimage')