bug
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
<ai-info-item label="图片" isLine>
|
||||
<ai-uploader
|
||||
:instance="instance"
|
||||
:value="item.fileList"
|
||||
:value="communityInfo.fileList"
|
||||
disabled
|
||||
:limit="9">
|
||||
</ai-uploader>
|
||||
@@ -193,9 +193,7 @@
|
||||
this.instance.post(`/app/appepidemicpreventionregisterinfo/queryDetailById?id=${id}`).then(res => {
|
||||
if (res.code === 0) {
|
||||
this.info = res.data
|
||||
res.data.riskDisposalList.filter(v => {
|
||||
console.log(v.communityHandleType)
|
||||
})
|
||||
|
||||
this.communityInfo = res.data.riskDisposalList.filter(v => !!v.communityHandleType).length ? res.data.riskDisposalList.filter(v => !!v.communityHandleType)[0] : {}
|
||||
this.info.riskDisposalList = res.data.riskDisposalList.filter(v => !v.communityHandleType)
|
||||
this.info.travelTypeNames = res.data.travelType.split(',').map(v => {
|
||||
|
||||
Reference in New Issue
Block a user