Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0da4034

Browse files
committedJun 22, 2021
⚡ 删除后刷新表格,保留当前分页页数
1 parent cd319d2 commit 0da4034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/mixins/tablePageMixin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export default {
171171
this.delObj(record[this.rowKey]).then(res => {
172172
if (res.code === 200) {
173173
this.$message.success(res.message)
174-
this.reloadTable()
174+
this.reloadTable(false)
175175
} else {
176176
this.$message.error(res.message)
177177
}

0 commit comments

Comments
 (0)
Please sign in to comment.