|
@@ -177,12 +177,12 @@
|
|
|
</el-button>
|
|
|
<el-button size="small"
|
|
|
icon="el-icon-question"
|
|
|
- @click="updateCentereventTEventcatalogueStatus('wb',false)">
|
|
|
+ @click="updateCentereventTEventcatalogueStatus('wb',true)">
|
|
|
误报
|
|
|
</el-button>
|
|
|
<el-button size="small"
|
|
|
icon="el-icon-warning"
|
|
|
- @click="updateCentereventTEventcatalogueStatus('cf',false)">
|
|
|
+ @click="updateCentereventTEventcatalogueStatus('cf',true)">
|
|
|
重复
|
|
|
</el-button>
|
|
|
</div>
|
|
@@ -2094,10 +2094,10 @@ export default {
|
|
|
})
|
|
|
} else {
|
|
|
if (eventStatus == 'qs' || eventStatus == 'wb' || eventStatus == 'cf') {
|
|
|
- if (that.sendDeptId == '' || that.sendDeptId == null || that.sendDeptName == '' || that.sendDeptName == null) {
|
|
|
- that.$message.error(`请选择部门!`)
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (that.sendDeptId == '' || that.sendDeptId == null || that.sendDeptName == '' || that.sendDeptName == null) {
|
|
|
+ // that.$message.error(`请选择部门!`)
|
|
|
+ // return
|
|
|
+ // }
|
|
|
if (eventStatus == 'qs') {
|
|
|
if (that.sendEventType == '' || that.sendEventType == null) {
|
|
|
that.$message.error(`请选择事件类型!`)
|