File tree Expand file tree Collapse file tree 14 files changed +18
-14
lines changed
admin-ui/src/components/Flow/flow
springboot-starter-data-authorization
springboot-starter-data-fast
springboot-starter-security Expand file tree Collapse file tree 14 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import FlowTitle from "@/components/Flow/flow/FlowTitle";
55import { FlowData } from "@/components/Flow/flow/data" ;
66import FlowTabs from "@/components/Flow/flow/FlowTabs" ;
77import {
8- EVENT_CLOSE_RESULT_VIEW , EVENT_RELOAD_DARA ,
8+ EVENT_CLOSE_RESULT_VIEW , EVENT_RELOAD_DATA ,
99 FlowFormParams ,
1010 FlowFormView ,
1111 FlowFormViewProps ,
@@ -117,7 +117,7 @@ const $FlowView: React.FC<FlowViewProps> = (props) => {
117117 if ( res . success ) {
118118 setData ( res . data ) ;
119119 setTimeout ( ( ) => {
120- dispatch ( triggerEventClick ( EVENT_RELOAD_DARA ) ) ;
120+ dispatch ( triggerEventClick ( EVENT_RELOAD_DATA ) ) ;
121121 setTimeout ( ( ) => {
122122 dispatch ( clearTriggerEventClick ( ) ) ;
123123 } , 300 ) ;
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.40 </version >
8+ <version >3.3.41 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.40 </version >
8+ <version >3.3.41 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.40 </version >
8+ <version >3.3.41 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.40 </version >
8+ <version >3.3.41 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.40 </version >
8+ <version >3.3.41 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 1717 </parent >
1818
1919 <artifactId >springboot-example</artifactId >
20- <version >3.3.40 </version >
20+ <version >3.3.41 </version >
2121
2222 <name >springboot-example</name >
2323 <description >springboot-example project for Spring Boot</description >
Original file line number Diff line number Diff line change 1515
1616 <groupId >com.codingapi.springboot</groupId >
1717 <artifactId >springboot-parent</artifactId >
18- <version >3.3.40 </version >
18+ <version >3.3.41 </version >
1919
2020 <url >https://github.com/codingapi/springboot-framewrok</url >
2121 <name >springboot-parent</name >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.codingapi.springboot</groupId >
88 <artifactId >springboot-parent</artifactId >
9- <version >3.3.40 </version >
9+ <version >3.3.41 </version >
1010 </parent >
1111
1212 <artifactId >springboot-starter-data-authorization</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-parent</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.40 </version >
8+ <version >3.3.41 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
You can’t perform that action at this time.
0 commit comments