|
|
|
@ -199,7 +199,7 @@ export default { |
|
|
|
return false |
|
|
|
} |
|
|
|
if (this.dataForm.deptId === undefined || this.dataForm.deptId === '') { |
|
|
|
return this.$message.error('部门不能为空') |
|
|
|
return this.$message.error('部门不能选择街道或者为空') |
|
|
|
} |
|
|
|
if (this.dataForm.userId === undefined || this.dataForm.userId === '') { |
|
|
|
return this.$message.error('群主不能为空') |
|
|
|
|