Commit 13b6938a authored by 武广's avatar 武广

fix: 修改展示新增商品

parent 99ae6c14
......@@ -497,6 +497,7 @@ class goodsManage extends Component {
title="商品预览"
></iframe>
</Drawer>
{this.state.createVisible && (
<CreateModal
initData={this.state.initData}
visible={this.state.createVisible}
......@@ -509,6 +510,7 @@ class goodsManage extends Component {
virtualTreeData={this.state.virtualTreeData}
specListData={this.state.specListData}
></CreateModal>
)}
<UpdateStock
visible={this.state.updateStockVisible}
......
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