File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ui/src/views/function-lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ async function changeState(bool: Boolean, row: any) {
391391 row .is_active = true
392392 })
393393 } else {
394- const res = await functionLibApi .getFunctionLibById (row .id )
394+ const res = await functionLibApi .getFunctionLibById (row .id , changeStateloading )
395395 if (! res .data .init_params ) {
396396 InitParamDrawerRef .value .open (res .data )
397397 row .is_active = false
@@ -448,7 +448,7 @@ function configPermission(item: any) {
448448}
449449
450450function configInitParams(item : any ) {
451- functionLibApi .getFunctionLibById (item ?.id ).then ((res ) => {
451+ functionLibApi .getFunctionLibById (item ?.id , changeStateloading ).then ((res ) => {
452452 InitParamDrawerRef .value .open (res .data )
453453 })
454454}
You can’t perform that action at this time.
0 commit comments