|
@@ -510,14 +510,6 @@ export default {
|
|
|
this.GroupList.splice(index, 1)
|
|
|
},
|
|
|
validate() { // 校验入参
|
|
|
- if (this.formData.techModuleIdList.length < 1 && this.type === 'task') {
|
|
|
- this.$message({ message: '请选择技术方向', type: 'error', duration: 1000, offset: 150 })
|
|
|
- return false
|
|
|
- }
|
|
|
- if (!this.formData.clientId) {
|
|
|
- this.$message({ message: '请选择客户端', type: 'error', duration: 1000, offset: 150 })
|
|
|
- return false
|
|
|
- }
|
|
|
if (this.formData.noticeConditionList.length < 1) {
|
|
|
this.$message({ message: '请添加通知条件', type: 'error', duration: 1000, offset: 150 })
|
|
|
return false
|