回显BUG修改

This commit is contained in:
a0049873 2022-12-08 16:19:41 +08:00
parent 9fccd6a690
commit 764b797050
1 changed files with 9 additions and 7 deletions

View File

@ -292,6 +292,7 @@
.filter((val) => val) .filter((val) => val)
formName.demandDetails = res.data.data.demandDetails formName.demandDetails = res.data.data.demandDetails
formName.enclosure = res.data.data.enclosure formName.enclosure = res.data.data.enclosure
if (formName.enclosure) {
fileList.value = [ fileList.value = [
{ {
uid: res.data.data.id, uid: res.data.data.id,
@ -299,6 +300,7 @@
staus: 'done', staus: 'done',
}, },
] ]
}
}) })
} }
const applicationSceneOpthion = ref([]) const applicationSceneOpthion = ref([])