This commit is contained in:
670788339
2025-09-04 11:05:52 +08:00
parent f3a3e7353d
commit f7ebf381c2

View File

@@ -82,6 +82,8 @@ const params = ref({
pid: '',
picFolderId: '',
picPath: '',
sort: '',
url: '',
displayPage: '感恩教师节'
})
const path = computed(() => `https:${process.env.VUE_APP_BOE_API_URL}/upload${params.value.picPath}`)
@@ -103,6 +105,8 @@ const showModal = async () => {
params.value.picFolderId = ''
params.value.pid = ''
params.value.picPath = ''
params.value.sort = ''
params.value.url = ''
checked.value = false
visiable.value = true;
return
@@ -113,6 +117,8 @@ const showModal = async () => {
params.value.picPath = result.data.picPath
params.value.pid = result.data.picId
params.value.picFolderId = result.data.picFolderId
params.value.sort = result.data.sort
params.value.url = result.data.url
visiable.value = true;
checked.value = true
}).catch((err) => {