Skip to content

Commit b8562ec

Browse files
committed
fix: reset selectUserId on tab change in function library tabs
--bug=1053743 --user=刘瑞斌 【需求转缺陷】【内置函数】- 去掉按创建用户的搜索选项 https://www.tapd.cn/57709429/s/1676289
1 parent 1b6b021 commit b8562ec

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
@@ -1,6 +1,6 @@
11
<template>
22
<div class="function-lib-list-container p-24" style="padding-top: 16px">
3-
<el-tabs v-model="functionType">
3+
<el-tabs v-model="functionType" @tab-change="selectUserId = ''">
44
<el-tab-pane :label="$t('views.functionLib.title')" name="PUBLIC"></el-tab-pane>
55
<el-tab-pane :label="$t('views.functionLib.internalTitle')" name="INTERNAL"></el-tab-pane>
66
</el-tabs>

0 commit comments

Comments
 (0)