提交 af3ca9e6 作者: 龚洪江

功能:租赁品牌,租赁类型,租赁型号

上级 649bc168
...@@ -27,6 +27,7 @@ const AddOrEditRentModeModal: FC<ModalProps & selfProps> = ({ open, onOk, onCanc ...@@ -27,6 +27,7 @@ const AddOrEditRentModeModal: FC<ModalProps & selfProps> = ({ open, onOk, onCanc
}); });
}); });
}; };
const handleCancel = () => { const handleCancel = () => {
form.resetFields(); form.resetFields();
onCancel(); onCancel();
......
...@@ -895,7 +895,6 @@ export const routerList: Array<RouteObjectType> = [ ...@@ -895,7 +895,6 @@ export const routerList: Array<RouteObjectType> = [
id: 2200, id: 2200,
icon: <AccountBookOutlined />, icon: <AccountBookOutlined />,
title: '积分管理', title: '积分管理',
develop: true,
}, },
children: [ children: [
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论