@@ -46,9 +46,8 @@ function List(props) {
setFlowDetail(data);
setVersion(record);
setFlowVisible(true);
- } catch (error) {
- setLoading2(false);
- }
+ } catch (error) {}
+ setLoading2(false);
// router.push(`/home/detail/${record.project_id}/${record.template_id}`);
}}
>