fix:优惠券自定义组件删除后,配置视图切换到商品列表页
This commit is contained in:
parent
fb7a49a841
commit
f4edbea179
|
@ -36,6 +36,7 @@ export default class edittemplate extends React.Component {
|
|||
content: <p>确认删除该模块?</p>,
|
||||
onConfirm: () => {
|
||||
this.setState({ selectDom: '' });
|
||||
Bus.emit('goodListPage')
|
||||
Bus.emit('componentLib', { attr: selectDom, value: 0 })
|
||||
},
|
||||
onCancel: () => {
|
||||
|
|
Loading…
Reference in New Issue