|
|
|
@ -225,7 +225,7 @@ class YslDetailCards extends Component{
|
|
|
|
|
editeditbuttomtypecanle=()=>{
|
|
|
|
|
this.setState({
|
|
|
|
|
editbuttomtype:true,
|
|
|
|
|
editbuttomtypeadd:false
|
|
|
|
|
editbuttomtypeadd:true
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
@ -319,7 +319,7 @@ class YslDetailCards extends Component{
|
|
|
|
|
|
|
|
|
|
render(){
|
|
|
|
|
let{showparagraph,showparagraphkey,showparagraphindex,hidestartshixunsreplacevalue,idsum,pathCardsedittype,pathid,Modalstype,Modalstopval,Modalsbottomval,delecttype,pathlistedit,editbuttomtypeadd,editbuttomtype} =this.state;
|
|
|
|
|
let { stages }=this.props;
|
|
|
|
|
let { stages ,subject_id}=this.props;
|
|
|
|
|
const antIcon = <Icon type="loading" style={{ fontSize: 24 }} spin />;
|
|
|
|
|
// console.log("pathCardsedittype");
|
|
|
|
|
// console.log(pathCardsedittype);
|
|
|
|
@ -525,7 +525,7 @@ class YslDetailCards extends Component{
|
|
|
|
|
<DetailCardsEditAndAdd
|
|
|
|
|
{...this.props}
|
|
|
|
|
sum={stages && stages.length+1}
|
|
|
|
|
pathid={pathid}
|
|
|
|
|
pathid={this.props.subject_id}
|
|
|
|
|
detailInfoList={this.props.detailInfoList}
|
|
|
|
|
getPathCardsLists={this.updatapathCardsedit}
|
|
|
|
|
editeditbuttomtypes={this.editeditbuttomtypecanle}
|
|
|
|
|