修复表格分页搜索和删除BUG #20

This commit is contained in:
zhengjie
2019-06-25 09:21:07 +08:00
parent 94b2e78246
commit 6c06d89355
17 changed files with 33 additions and 0 deletions

View File

@@ -45,6 +45,7 @@
<!--分页组件-->
<el-pagination
:total="total"
:current-page="page + 1"
style="margin-top: 8px;"
layout="total, prev, pager, next, sizes"
@size-change="sizeChange"
@@ -156,6 +157,7 @@ export default {
del(id).then(res => {
this.delLoading = false
this.$refs[id].doClose()
this.dleChangePage()
this.init()
this.$notify({
title: '删除成功',