|
@@ -204,7 +204,7 @@
|
|
@click="updateCentereventTEventcatalogueStatus('ld',false)">
|
|
@click="updateCentereventTEventcatalogueStatus('ld',false)">
|
|
联动
|
|
联动
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button size="small" v-if="dataStatus"
|
|
|
|
|
|
+ <el-button size="small" v-if="dataStatus=='1'"
|
|
icon="el-icon-success" style="text-align:left"
|
|
icon="el-icon-success" style="text-align:left"
|
|
@click="updateCentereventTEventcatalogueStatus('bj',true)">
|
|
@click="updateCentereventTEventcatalogueStatus('bj',true)">
|
|
办结
|
|
办结
|
|
@@ -214,7 +214,7 @@
|
|
</el-button>
|
|
</el-button>
|
|
</div>
|
|
</div>
|
|
<div class="z-info-btm-input-btn"
|
|
<div class="z-info-btm-input-btn"
|
|
- v-else-if="eventStatusValue=='forest_event_status_5'&&dataStatus">
|
|
|
|
|
|
+ v-else-if="eventStatusValue=='forest_event_status_5'&&dataStatus=='1'">
|
|
<el-button size="small"
|
|
<el-button size="small"
|
|
icon="el-icon-success" style="text-align:left"
|
|
icon="el-icon-success" style="text-align:left"
|
|
@click="updateCentereventTEventcatalogueStatus('gd',false)">
|
|
@click="updateCentereventTEventcatalogueStatus('gd',false)">
|
|
@@ -1117,7 +1117,7 @@ export default {
|
|
eventStatusValue: null,//事件状态
|
|
eventStatusValue: null,//事件状态
|
|
eventId: null,//事件ID
|
|
eventId: null,//事件ID
|
|
eventType: null,//事件类型-大类
|
|
eventType: null,//事件类型-大类
|
|
- dataStatus: false,//事件流程按钮
|
|
|
|
|
|
+ dataStatus: null,//事件流程按钮
|
|
deptId: null,//事件流程部门
|
|
deptId: null,//事件流程部门
|
|
eventCode: null,
|
|
eventCode: null,
|
|
longitude: null,
|
|
longitude: null,
|
|
@@ -1719,7 +1719,7 @@ export default {
|
|
this.$refs.eventLogUpload.eventLogUpload(this.eventCode)
|
|
this.$refs.eventLogUpload.eventLogUpload(this.eventCode)
|
|
},
|
|
},
|
|
cancelEventShow() {
|
|
cancelEventShow() {
|
|
- this.dataStatus = false
|
|
|
|
|
|
+ this.dataStatus = null
|
|
this.deptId = null
|
|
this.deptId = null
|
|
console.log('关闭事件弹窗')
|
|
console.log('关闭事件弹窗')
|
|
this.eventLogList = []
|
|
this.eventLogList = []
|