|
|
|
@ -146,7 +146,7 @@ class PathDetailIndex extends Component{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
componentDidMount(){
|
|
|
|
|
debugger
|
|
|
|
|
|
|
|
|
|
const query = this.props.location.search;
|
|
|
|
|
// const type = query.split('?chinaoocTimestamp=');
|
|
|
|
|
// console.log("Eduinforms12345");
|
|
|
|
@ -170,7 +170,7 @@ class PathDetailIndex extends Component{
|
|
|
|
|
dataquerys:{},
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
debugger
|
|
|
|
|
|
|
|
|
|
this.getdatasindexs(undefined,dataqueryss);
|
|
|
|
|
}
|
|
|
|
|
//截取url 数据的
|
|
|
|
@ -196,7 +196,6 @@ class PathDetailIndex extends Component{
|
|
|
|
|
return json;
|
|
|
|
|
}
|
|
|
|
|
getdatasindexs=(key,yslwebobject)=>{
|
|
|
|
|
debugger
|
|
|
|
|
// yslwebobject 后端需要的接口
|
|
|
|
|
let pathid=this.props.match.params.pathId;
|
|
|
|
|
let url="/paths/"+pathid+".json";
|
|
|
|
|