dev_aliyun_beta
hjm 5 years ago
parent 8f3203ed7c
commit cb621e414b

@ -95,7 +95,7 @@ class DetailCardsEditAndEdit extends Component{
if(id!=0){
url+="&type="+id;
}
axios.get(url).then((result)=>{
axios.get(encodeURI(url)).then((result)=>{
if(result.status===200){
this.setState({
ChooseShixunList:result.data,
@ -369,7 +369,7 @@ class DetailCardsEditAndEdit extends Component{
if(type!=0){
url+="&type="+type;
}
axios.get(url).then((result)=>{
axios.get(encodeURI(url)).then((result)=>{
if(result.status===200){
let list =result.data.shixun_list;

Loading…
Cancel
Save