merge 报错

This commit is contained in:
caishi 2021-09-06 14:41:53 +08:00
parent be379d39e3
commit 58613bf4c1
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ function ConcentrateBox({ visible , onCancel , onSure , username , choosed , his
const [ value , setValue ]= useState([]);
const [ isSpin , setIsSpin ]= useState(true);
const [ disable , setDisable ] = useState(false);
const [ loadCount , setLoadCount ] = useState(0);
const [ copyList , setCopyList ] = useState([]);
const [ copyAllList , setCopyAllList ] = useState([]);