|
@@ -98,7 +98,7 @@
|
|
|
v-for="(itemfile,index1) in item.fileVOs">
|
|
|
</el-image>
|
|
|
<br>
|
|
|
- <el-link :href="itemfile.fileUrl" :underline="false" target="_blank"
|
|
|
+ <el-link :href="itemfile.fileUrl" :underline="false" target="_blank"
|
|
|
v-for="(itemfile,index1) in item.fileVOs"
|
|
|
v-if="!isAssetTypeAnImage(itemfile.fileUrl)">
|
|
|
<span class="el-icon-document"> {{ itemfile.fileName }} </span>
|
|
@@ -1029,7 +1029,7 @@ export default {
|
|
|
icon: 'camera'
|
|
|
}
|
|
|
],
|
|
|
- resourcesListCheck:[],
|
|
|
+ resourcesListCheck: [],
|
|
|
//文本域
|
|
|
feedback: ''
|
|
|
|
|
@@ -1061,12 +1061,12 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
listResourceByWz(type) {
|
|
|
- if(this.resourcesListCheck.indexOf(type)>-1){
|
|
|
- this.resourcesListCheck.splice(this.resourcesListCheck.indexOf(type),1)
|
|
|
+ if (this.resourcesListCheck.indexOf(type) > -1) {
|
|
|
+ this.resourcesListCheck.splice(this.resourcesListCheck.indexOf(type), 1)
|
|
|
setTimeout(() => {
|
|
|
this.$refs.supermapDialog.clearMByType(type)
|
|
|
}, 1000)
|
|
|
- }else{
|
|
|
+ } else {
|
|
|
this.resourcesListCheck.push(type)
|
|
|
//搜索物资
|
|
|
let param = { longitude: this.longitude, latitude: this.latitude, type: type, radius: this.radius }
|
|
@@ -1118,7 +1118,7 @@ export default {
|
|
|
markersList.push(markersMap)
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
- this.$refs.supermapDialog.setMarkersByType(markersList,type)
|
|
|
+ this.$refs.supermapDialog.setMarkersByType(markersList, type)
|
|
|
}, 1000)
|
|
|
}
|
|
|
})
|
|
@@ -1182,7 +1182,7 @@ export default {
|
|
|
this.deptOptionsLiandong = []//联动部门
|
|
|
this.eventStatusButton = null//流程按钮标识
|
|
|
this.eventConfirmTitle = null//流程按钮标识
|
|
|
- this.resourcesListCheck=[]
|
|
|
+ this.resourcesListCheck = []
|
|
|
},
|
|
|
cancelEventConfirm_send() {
|
|
|
//清空表单数据
|