We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eab1da commit cfcaca6Copy full SHA for cfcaca6
src/views/sys/lov/FormSearch.vue
@@ -46,7 +46,7 @@
46
<a-button style="color: blue;margin-top: -1px;" title="编辑" @click="json=item;editIndex=index;visible=true">
47
<a-icon type="edit" />
48
</a-button>
49
- <a-button style="color: red;margin-top: -1px;" title="删除" @click="delSearchItem(1)">
+ <a-button style="color: red;margin-top: -1px;" title="删除" @click="delSearchItem(index)">
50
<a-icon type="minus-circle" />
51
52
</a-input-group>
0 commit comments