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