Skip to content

Commit cfcaca6

Browse files
lingtingHccake
authored andcommitted
🐛 修复无法删除 lov 搜索组件
1 parent 4eab1da commit cfcaca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/sys/lov/FormSearch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<a-button style="color: blue;margin-top: -1px;" title="编辑" @click="json=item;editIndex=index;visible=true">
4747
<a-icon type="edit" />
4848
</a-button>
49-
<a-button style="color: red;margin-top: -1px;" title="删除" @click="delSearchItem(1)">
49+
<a-button style="color: red;margin-top: -1px;" title="删除" @click="delSearchItem(index)">
5050
<a-icon type="minus-circle" />
5151
</a-button>
5252
</a-input-group>

0 commit comments

Comments
 (0)