This commit is contained in:
Leo_Ding 2025-07-30 09:40:24 +08:00
parent 1ee082eb90
commit 0017785e34

View File

@ -190,7 +190,7 @@ function handleOk() {
try { try {
showLoading() showLoading()
const params = { const params = {
...values, ...formData.value,
cover:spliceUrl(formData.value.fileList[0]), cover:spliceUrl(formData.value.fileList[0]),
images:formData.value.fileList?formData.value.fileList.map(item=>spliceUrl(item)):[] images:formData.value.fileList?formData.value.fileList.map(item=>spliceUrl(item)):[]
} }