Skip to content

Commit

Permalink
🐛 fix(rule): 分页删除数据不正确
Browse files Browse the repository at this point in the history
  • Loading branch information
Teeoo committed Dec 11, 2021
1 parent 43672dc commit 236d2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/rule/table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<q-td key="action" :props="props">
<q-btn
@click="del(props.pageIndex)"
@click="del(props.rowIndex)"
size="sm"
flat
color="pink"
Expand Down

0 comments on commit 236d2f4

Please sign in to comment.