Merge branch 'hi-ucs-dev' into release

This commit is contained in:
a0049873 2022-12-08 16:19:50 +08:00
commit 7a118c50ad
1 changed files with 9 additions and 7 deletions

View File

@ -292,13 +292,15 @@
.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
fileList.value = [ if (formName.enclosure) {
{ fileList.value = [
uid: res.data.data.id, {
name: '附件', uid: res.data.data.id,
staus: 'done', name: '附件',
}, staus: 'done',
] },
]
}
}) })
} }
const applicationSceneOpthion = ref([]) const applicationSceneOpthion = ref([])