Browse Source

业务线通知范围设置

wangziqian 5 years ago
parent
commit
d90e931c26
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/views/ToConfigure/components/modifyNotice.vue

+ 0 - 8
src/views/ToConfigure/components/modifyNotice.vue

@@ -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