Skip to content

Commit 13554fd

Browse files
committed
fix: add conditional rendering for tool selection in application form
--bug=1062024 --user=刘瑞斌 【应用】简单应用中引用的工具被删除后,同步删除应用中的引用信息 https://www.tapd.cn/62980211/s/1776714
1 parent 60ce4bf commit 13554fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/views/application/ApplicationSetting.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@
383383
>
384384
<template v-for="(item, index) in applicationForm.tool_ids" :key="index">
385385
<div
386+
v-if="relatedObject(toolSelectOptions, item, 'id')"
386387
class="flex-between border border-r-6 white-bg mb-4"
387388
style="padding: 5px 8px"
388389
>

0 commit comments

Comments
 (0)