|
|
@ -106,12 +106,11 @@ class Selectsetting extends Component{
|
|
|
|
|
|
|
|
|
|
|
|
savecouseShixunModal=()=>{
|
|
|
|
savecouseShixunModal=()=>{
|
|
|
|
let {fileList,is_public,description,datatime,Radiovalue}=this.state;
|
|
|
|
let {fileList,is_public,description,datatime,Radiovalue}=this.state;
|
|
|
|
|
|
|
|
|
|
|
|
let newfileList=[];
|
|
|
|
let newfileList=[];
|
|
|
|
if(fileList!=undefined&&fileList.length>0){
|
|
|
|
if(fileList!=undefined&&fileList.length>0){
|
|
|
|
for(var list of fileList){
|
|
|
|
fileList.map((list,key)=>{
|
|
|
|
newfileList.push(list.response.id)
|
|
|
|
newfileList.push(list.response.id)
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|