Skip to content

Commit 85badb9

Browse files
committed
feat: Support internal functionlib
--story=1017939 --user=刘瑞斌 【函数库】- 支持 系统内置函数 https://www.tapd.cn/57709429/s/1665943
1 parent 837589e commit 85badb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/function-lib/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function openCreateDialog(data?: any) {
328328
title.value = data ? t('views.functionLib.editFunction') : t('views.functionLib.createFunction')
329329
if (data) {
330330
if (data?.permission_type !== 'PUBLIC' || canEdit(data)) {
331-
functionLibApi.getFunctionLibById(data?.id).then((res) => {
331+
functionLibApi.getFunctionLibById(data?.id, changeStateloading).then((res) => {
332332
FunctionFormDrawerRef.value.open(res.data)
333333
})
334334
}

0 commit comments

Comments
 (0)