Compare commits
No commits in common. "89495bcb3989aec8cf0cd219fd06d234f628411e" and "a05bb488cce6bbde6587dc91ca2688d399450fc2" have entirely different histories.
89495bcb39
...
a05bb488cc
|
|
@ -5,15 +5,7 @@ import { Select } from "antd";
|
|||
* 可创建选项的选择器组件
|
||||
*/
|
||||
function SelectCreate(props) {
|
||||
const {
|
||||
items,
|
||||
showDelete = true,
|
||||
label = "",
|
||||
maxCount = 1,
|
||||
onDelete,
|
||||
formValues,
|
||||
...restProps
|
||||
} = props;
|
||||
const { items, showDelete = true, label = "", maxCount = 1, onDelete, ...restProps } = props;
|
||||
|
||||
const handlerDelete = (option) => {
|
||||
onDelete?.(option);
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ const Upload = (props) => {
|
|||
size = 0,
|
||||
tipContent,
|
||||
uploadButtonText = "点击选择文件上传",
|
||||
formValues,
|
||||
...restProps
|
||||
} = props;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "zy-react-library",
|
||||
"private": false,
|
||||
"version": "1.0.21",
|
||||
"version": "1.0.19",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"author": "LiuJiaNan",
|
||||
|
|
|
|||
Loading…
Reference in New Issue