|
@@ -2093,11 +2093,11 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
- if (eventStatus == 'qs' || eventStatus == 'wb' || eventStatus == 'cf') {
|
|
|
|
- // if (that.sendDeptId == '' || that.sendDeptId == null || that.sendDeptName == '' || that.sendDeptName == null) {
|
|
|
|
- // that.$message.error(`请选择部门!`)
|
|
|
|
- // return
|
|
|
|
- // }
|
|
|
|
|
|
+ if (eventStatus == 'qs') {
|
|
|
|
+ if (that.sendDeptId == '' || that.sendDeptId == null || that.sendDeptName == '' || that.sendDeptName == null) {
|
|
|
|
+ that.$message.error(`请选择部门!`)
|
|
|
|
+ return
|
|
|
|
+ }
|
|
if (eventStatus == 'qs') {
|
|
if (eventStatus == 'qs') {
|
|
if (that.sendEventType == '' || that.sendEventType == null) {
|
|
if (that.sendEventType == '' || that.sendEventType == null) {
|
|
that.$message.error(`请选择事件类型!`)
|
|
that.$message.error(`请选择事件类型!`)
|