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