选择系统模板,点击系统模板的“使用”按钮,编辑页面图片未回显出来
This commit is contained in:
parent
8aa3bceb1e
commit
2d80dfc680
|
@ -107,7 +107,10 @@ getLandingdata(val){
|
|||
}else{
|
||||
if(myInfoData.page==1){
|
||||
this.setState({model:newEditor.whiteList.land,product_list:newEditor.whiteList.product_list,product_detail:newEditor.whiteList.product_detail});
|
||||
}else{
|
||||
this.setState({model:newEditor.exchangeList.land,product_list:newEditor.exchangeList.product_list,product_detail:newEditor.exchangeList.product_detail});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// if(mouldType!=0){
|
||||
|
|
|
@ -172,7 +172,6 @@ export default class mytemplate extends React.Component{
|
|||
sessionStorage.setItem("pageInfo", JSON.stringify(row))
|
||||
sessionStorage.setItem("isSort",0)
|
||||
sessionStorage.setItem('mouldType',1);
|
||||
console.log(88888,self.state.sourceIndex);
|
||||
sessionStorage.setItem('pageChange',0);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue