Skip to content

Commit 9189a2f

Browse files
committed
fix: conditionally render user selection for public function type
--bug=1053743 --user=刘瑞斌 【需求转缺陷】【内置函数】- 去掉按创建用户的搜索选项 https://www.tapd.cn/57709429/s/1675143
1 parent c0255be commit 9189a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<h4></h4>
99
<div class="flex-between">
1010
<el-select
11+
v-if="functionType === 'PUBLIC'"
1112
v-model="selectUserId"
1213
class="mr-12"
1314
style="max-width: 240px; width: 150px"

0 commit comments

Comments
 (0)