forked from Gitlink/forgeplus-react
merge 报错
This commit is contained in:
parent
be379d39e3
commit
58613bf4c1
|
@ -16,6 +16,7 @@ function ConcentrateBox({ visible , onCancel , onSure , username , choosed , his
|
||||||
const [ value , setValue ]= useState([]);
|
const [ value , setValue ]= useState([]);
|
||||||
const [ isSpin , setIsSpin ]= useState(true);
|
const [ isSpin , setIsSpin ]= useState(true);
|
||||||
const [ disable , setDisable ] = useState(false);
|
const [ disable , setDisable ] = useState(false);
|
||||||
|
const [ loadCount , setLoadCount ] = useState(0);
|
||||||
|
|
||||||
const [ copyList , setCopyList ] = useState([]);
|
const [ copyList , setCopyList ] = useState([]);
|
||||||
const [ copyAllList , setCopyAllList ] = useState([]);
|
const [ copyAllList , setCopyAllList ] = useState([]);
|
||||||
|
|
Loading…
Reference in New Issue