|
@@ -161,7 +161,6 @@ const AuditNodeStep = (props: AuditNodeStepProps) => {
|
|
};
|
|
};
|
|
|
|
|
|
const selectedUserId = (list: CheckboxValueType[]) => {
|
|
const selectedUserId = (list: CheckboxValueType[]) => {
|
|
- console.log(list as number[]);
|
|
|
|
onChange(list as number[]);
|
|
onChange(list as number[]);
|
|
};
|
|
};
|
|
|
|
|