Skip to content

Commit f3d7a36

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

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -502,12 +502,11 @@ function refresh(data: any) {
502502
data.username = userOptions.value.find((v) => v.value === data.user_id)?.label
503503
}
504504
functionLibList.value.splice(index, 1, data)
505-
} else {
506-
paginationConfig.total = 0
507-
paginationConfig.current_page = 1
508-
functionLibList.value = []
509-
getList()
510505
}
506+
paginationConfig.total = 0
507+
paginationConfig.current_page = 1
508+
functionLibList.value = []
509+
getList()
511510
}
512511
513512
function getUserList() {

0 commit comments

Comments
 (0)