Compare commits

...

2 Commits

Author SHA1 Message Date
Leo_Ding
94bcce4499 Merge branch 'master' of https://gitlab.guxuan.icu/Leo_Ding/zhonghai_admin 2025-07-30 09:40:36 +08:00
Leo_Ding
0017785e34 1 2025-07-30 09:40:24 +08:00

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)):[]
} }