|
@@ -155,11 +155,11 @@ class SlideSelect extends Component {
|
|
|
handlePush && handlePush({mode:8}); //右侧推送
|
|
|
}
|
|
|
setEdit(e){
|
|
|
- store.dispatch(embedPush({
|
|
|
- action: "lis",
|
|
|
- mode: 1
|
|
|
- }))
|
|
|
- $('.canEdit').blur().attr('disabled','disabled')
|
|
|
+ // store.dispatch(embedPush({
|
|
|
+ // action: "lis",
|
|
|
+ // mode: 1
|
|
|
+ // }))
|
|
|
+ // $('.canEdit').blur().attr('disabled','disabled')
|
|
|
$(e.target).removeAttr('disabled').focus()
|
|
|
}
|
|
|
render() {
|