fix bug
This commit is contained in:
@ -106,16 +106,9 @@ export class EditPartnerComponentsAddComponent implements OnInit {
|
||||
} as SFRadioWidgetSchema,
|
||||
enum: [
|
||||
{ label: '修改成功后立即生效', value: 1 },
|
||||
<<<<<<< HEAD
|
||||
// { label: 'CRM流程审核通过后生效', value: 2 },
|
||||
],
|
||||
},
|
||||
=======
|
||||
{ label: 'CRM流程审核后生效', value: 2 },
|
||||
{ label: 'CRM流程审核通过后生效', value: 3 }
|
||||
]
|
||||
}
|
||||
>>>>>>> ce53cdf83506568de0b8d5d43c83106c97e85545
|
||||
},
|
||||
required: ['channelId', 'remark', 'effectiveNode']
|
||||
};
|
||||
|
||||
@ -80,16 +80,9 @@ export class EditSaleComponentsAddComponent implements OnInit {
|
||||
} as SFRadioWidgetSchema,
|
||||
enum: [
|
||||
{ label: '修改成功后立即生效', value: 1 },
|
||||
<<<<<<< HEAD
|
||||
// { label: 'CRM流程审核通过后生效', value: 2 },
|
||||
],
|
||||
},
|
||||
=======
|
||||
{ label: 'CRM流程审核后生效', value: 2 },
|
||||
{ label: 'CRM流程审核通过后生效', value: 3 }
|
||||
]
|
||||
}
|
||||
>>>>>>> ce53cdf83506568de0b8d5d43c83106c97e85545
|
||||
},
|
||||
required: ['channelId', 'remark', 'effectiveNode']
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user