|
@@ -252,7 +252,7 @@
|
|
style="text-align:left" @click="updateCentereventTEventcatalogueStatus('sh',false)">
|
|
style="text-align:left" @click="updateCentereventTEventcatalogueStatus('sh',false)">
|
|
审核
|
|
审核
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button size="small" v-else icon="el-icon-loading" style="text-align:left">
|
|
|
|
|
|
+ <el-button size="small" v-else-if="isExamine =='0'" icon="el-icon-loading" style="text-align:left">
|
|
请等待复核,复核通过后方可归档。
|
|
请等待复核,复核通过后方可归档。
|
|
</el-button>
|
|
</el-button>
|
|
<el-button size="small" icon="el-icon-chat-dot-square" @click="sendEventLog()">发送
|
|
<el-button size="small" icon="el-icon-chat-dot-square" @click="sendEventLog()">发送
|
|
@@ -2345,6 +2345,7 @@ export default {
|
|
that.eventStatusValue = res.data.catalogue.eventStatusValue
|
|
that.eventStatusValue = res.data.catalogue.eventStatusValue
|
|
that.eventType = res.data.catalogue.eventType
|
|
that.eventType = res.data.catalogue.eventType
|
|
that.statusFlag = res.data.catalogue.statusFlag
|
|
that.statusFlag = res.data.catalogue.statusFlag
|
|
|
|
+ that.isExamine = res.data.catalogue.isExamine
|
|
that.dataStatus = res.data.catalogue.dataStatus
|
|
that.dataStatus = res.data.catalogue.dataStatus
|
|
that.deptId = res.data.catalogue.deptId
|
|
that.deptId = res.data.catalogue.deptId
|
|
that.eventId = res.data.catalogue.id
|
|
that.eventId = res.data.catalogue.id
|
|
@@ -2441,6 +2442,7 @@ export default {
|
|
that.eventStatusValue = res.data.catalogue.eventStatusValue
|
|
that.eventStatusValue = res.data.catalogue.eventStatusValue
|
|
that.eventType = res.data.catalogue.eventType
|
|
that.eventType = res.data.catalogue.eventType
|
|
that.statusFlag = res.data.catalogue.statusFlag
|
|
that.statusFlag = res.data.catalogue.statusFlag
|
|
|
|
+ that.isExamine = res.data.catalogue.isExamine
|
|
that.dataStatus = res.data.catalogue.dataStatus
|
|
that.dataStatus = res.data.catalogue.dataStatus
|
|
that.deptId = res.data.catalogue.deptId
|
|
that.deptId = res.data.catalogue.deptId
|
|
that.eventId = res.data.catalogue.id
|
|
that.eventId = res.data.catalogue.id
|