seimin преди 1 година
родител
ревизия
13ffec94fa
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      src/app/views/other-page-control/other-page-control.component.ts

+ 0 - 4
src/app/views/other-page-control/other-page-control.component.ts

@@ -155,10 +155,6 @@ export class OtherPageControlComponent implements OnInit {
155 155
       this.msg.create("warning", "请选择关联任务类型!");
156 156
       return;
157 157
     }
158
-    if(this.clinicalMultiplayerMode[0].checked && !this.showAppendUser[0].checked){
159
-      this.msg.create("warning", "请选择列表是否显示追加人按钮!");
160
-      return;
161
-    }
162 158
     let postData:any = {
163 159
       id: this.configs.id,
164 160
       associationType: this.associationType.id,