|
@@ -608,19 +608,9 @@
|
|
showZt: true,
|
|
showZt: true,
|
|
zt: null,
|
|
zt: null,
|
|
fireReport: false,
|
|
fireReport: false,
|
|
- optionsProcessed: [{
|
|
|
|
- value: 'bj',
|
|
|
|
- label: '办结'
|
|
|
|
- }, {
|
|
|
|
- value: 'zy',
|
|
|
|
- label: '支援'
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- value: 'gd',
|
|
|
|
- label: '归档'
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
- forestFarm: [{
|
|
|
|
|
|
+ optionsProcessed: [],
|
|
|
|
+ forestFarm: [
|
|
|
|
+ {
|
|
name: '双辽市',
|
|
name: '双辽市',
|
|
id: '',
|
|
id: '',
|
|
child: [{
|
|
child: [{
|
|
@@ -652,7 +642,8 @@
|
|
}
|
|
}
|
|
],
|
|
],
|
|
// 弹出层 基本信息
|
|
// 弹出层 基本信息
|
|
- information: [{
|
|
|
|
|
|
+ information: [
|
|
|
|
+ {
|
|
name: '标题',
|
|
name: '标题',
|
|
id: '',
|
|
id: '',
|
|
content: '某某某某某发现疑似火情'
|
|
content: '某某某某某发现疑似火情'
|
|
@@ -1297,11 +1288,11 @@
|
|
that.url = '';
|
|
that.url = '';
|
|
that.id = id;
|
|
that.id = id;
|
|
getForest(id).then(response => {
|
|
getForest(id).then(response => {
|
|
|
|
+ this.optionsProcessed=[{value: 'bj',label: '办结' }, {value: 'zy',label: '支援'},{value: 'gd',label: '归档'}]
|
|
let data = response.data
|
|
let data = response.data
|
|
if (data.eventStatus != 'event_event_status_1') {
|
|
if (data.eventStatus != 'event_event_status_1') {
|
|
this.aniu = false
|
|
this.aniu = false
|
|
}
|
|
}
|
|
-
|
|
|
|
if (data.eventStatus == 'event_event_status_6') {
|
|
if (data.eventStatus == 'event_event_status_6') {
|
|
this.optionsProcessed.splice(1, 2)
|
|
this.optionsProcessed.splice(1, 2)
|
|
this.zt = 3
|
|
this.zt = 3
|