|
|
@ -34,7 +34,8 @@ Page({ |
|
|
|
happenTime: "", |
|
|
|
content: "", //内容
|
|
|
|
address: "", //地址
|
|
|
|
demandType:'chengguan' |
|
|
|
demandType:'chengguan', |
|
|
|
status: "" |
|
|
|
}, |
|
|
|
minDate: '2018-01-01 00:00:00', |
|
|
|
|
|
|
@ -175,6 +176,7 @@ Page({ |
|
|
|
'fmData.responsibleUnit': res.data.responsibleUnit, |
|
|
|
'fmData.responsibleName': res.data.responsibleName, |
|
|
|
'fmData.responsibleMobile': res.data.responsibleMobile, |
|
|
|
'fmData.status': res.data.status, |
|
|
|
agencyName: res.data.gridName, |
|
|
|
showTime: res.data.happenTime, |
|
|
|
addressContent: res.data.address, |
|
|
@ -1238,10 +1240,12 @@ formatTimestamp(timestamp) { |
|
|
|
} |
|
|
|
console.log("on Show:"+this.data.optionsId) |
|
|
|
if(this.data.optionsId){ |
|
|
|
if (this.data.tabVal === '0' || this.data.tabVal === '2') { |
|
|
|
icEventOldProcess({icEventId: this.data.optionsId}).then(res => { |
|
|
|
this.getProcess(res.data); |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
@ -1754,7 +1758,6 @@ formatTimestamp(timestamp) { |
|
|
|
}, |
|
|
|
previewImage(e) { |
|
|
|
const currentUrl = e.currentTarget.dataset.url; |
|
|
|
|
|
|
|
wx.previewImage({ |
|
|
|
current: currentUrl, // 当前显示的图片链接
|
|
|
|
urls: [currentUrl] // 只预览当前点击的图片
|
|
|
|