Commit ac1e43d0 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 隐藏商品上架引导

parent 02f6a574
...@@ -785,7 +785,7 @@ const Products: React.FC<{}> = () => { ...@@ -785,7 +785,7 @@ const Products: React.FC<{}> = () => {
{/* 选择上游商品 */} {/* 选择上游商品 */}
<UpperProductModalTable currentRef={upperRef} type="checkbox" tableRef={ref} /> <UpperProductModalTable currentRef={upperRef} type="checkbox" tableRef={ref} />
{/* 商品上架引导 */} {/* 商品上架引导 */}
<PutawayGuide visible={giudeVisible} width={800} onCancel={() => setGiudeVisible(false)} /> <PutawayGuide visible={false} width={800} onCancel={() => setGiudeVisible(false)} />
</PageHeaderWrapper> </PageHeaderWrapper>
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment