去掉无用组件以及修改准入评审列表接口,增加token 验证白名单
This commit is contained in:
@ -22,11 +22,6 @@ interface CreateBlacklistModalProps {
|
||||
onCancel: () => void;
|
||||
}
|
||||
|
||||
const DEPT_OPTIONS = [
|
||||
{ value: "0", label: "黑名单" },
|
||||
{ value: "1", label: "灰名单" },
|
||||
];
|
||||
|
||||
const CreateBlacklistModal: React.FC<CreateBlacklistModalProps> = ({
|
||||
visible,
|
||||
onOk,
|
||||
|
Reference in New Issue
Block a user