Commit f22cad3872992098e2b0095bb6a3372cf6187ba8

Authored by zhangzzzz
1 parent 3f050e52

同步代码;

src/components/QuickQuote/index.jsx
@@ -3167,7 +3167,7 @@ const BoxModelSelectedModal = props => { @@ -3167,7 +3167,7 @@ const BoxModelSelectedModal = props => {
3167 switcherIcon={<FolderFilled style={{ color: "#f7cc4f", fontSize: 20 }} />} 3167 switcherIcon={<FolderFilled style={{ color: "#f7cc4f", fontSize: 20 }} />}
3168 ></Tree.TreeNode> 3168 ></Tree.TreeNode>
3169 )), 3169 )),
3170 - [boxTypeList.length] 3170 + [boxTypeList.length, boxData.length]
3171 ); 3171 );
3172 const getSvgProps = svg => { 3172 const getSvgProps = svg => {
3173 if (!svg) return; 3173 if (!svg) return;