Commit a40481d9 authored by zhangjianqian's avatar zhangjianqian

应急处置功能

parent d4822207
...@@ -447,7 +447,7 @@ export default { ...@@ -447,7 +447,7 @@ export default {
const eventId = row.eventId || this.ids const eventId = row.eventId || this.ids
getEventInfo(eventId).then(response => { getEventInfo(eventId).then(response => {
this.form = response.data; this.form = response.data;
this.title = "修改事件处置"; this.title = "事件处置详情";
if(row.iconUrl!=null){ if(row.iconUrl!=null){
this.fileList = [{name: '附件', url: uploadfile}]; this.fileList = [{name: '附件', url: uploadfile}];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment