sendgetfilepath

dev_cs
hjm 5 years ago
parent a945555de2
commit c11d30a4f4

@ -87,6 +87,9 @@ function RepositoryChooseModal(props) {
const goblakepath=(path,key)=>{ const goblakepath=(path,key)=>{
} }
}
function sendgetfilepath() {
} }
return ( return (
<Modal <Modal
@ -103,7 +106,7 @@ function RepositoryChooseModal(props) {
{ {
pathArray.length===0?"":pathArray.map((item,key)=>{ pathArray.length===0?"":pathArray.map((item,key)=>{
return( return(
<a className="f14 fb" onClick={()=>goblakepath(item.path,key,item)}>{item.val}</a> // <a className="f14 fb" onClick={()=>goblakepath(item.path,key,item)}>{item.val}</a>
) )
}) })
} }

Loading…
Cancel
Save