|
|
|
@ -210,7 +210,7 @@ class YslDetailCards extends Component{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//取消的
|
|
|
|
|
//确认的
|
|
|
|
|
updatapathCardsedit=()=>{
|
|
|
|
|
this.setState({
|
|
|
|
|
idsum:undefined,
|
|
|
|
@ -219,9 +219,10 @@ class YslDetailCards extends Component{
|
|
|
|
|
editbuttomtypeadd:false
|
|
|
|
|
})
|
|
|
|
|
this.props.getPathCardsList();
|
|
|
|
|
this.props.myupdataleftNavs();
|
|
|
|
|
// this.props.updatadetailInfoLists();
|
|
|
|
|
};
|
|
|
|
|
//确认的
|
|
|
|
|
//取消的
|
|
|
|
|
editeditbuttomtypecanle=()=>{
|
|
|
|
|
this.setState({
|
|
|
|
|
editbuttomtype:true,
|
|
|
|
@ -300,6 +301,7 @@ class YslDetailCards extends Component{
|
|
|
|
|
|
|
|
|
|
this.updatapathCardsedit()
|
|
|
|
|
this.props.showNotification(`删除成功`);
|
|
|
|
|
this.props.myupdataleftNavs();
|
|
|
|
|
}else {
|
|
|
|
|
this.props.showNotification(`删除失败`);
|
|
|
|
|
}
|
|
|
|
|