Compare commits

..

No commits in common. "94bcce4499f4de7e3c71123d977095d7581f7b8c" and "9a5ecf5d2989b2d01f3fff93daab37441eb9dabd" have entirely different histories.

View File

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