This commit is contained in:
caishi 2021-03-02 15:43:40 +08:00
parent 72fcbcd4dd
commit afd6904349
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ function Dispose(props){
}).then(result=>{
if(result && result.data){
setList(result.data.pipelines);
setSpining(false);
}
}).catch(error=>{})
setSpining(false);
}).catch(error=>{setSpining(false);})
}
useEffect(()=>{