From e1569fd666c87e5a89484f19bc758117369a4013 Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Mon, 28 Oct 2019 10:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=88=86=E9=A1=B5=E8=B5=8B?= =?UTF-8?q?=E5=80=BC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: e70b7b21f2e4e4969dd190d9cd496b5749ebc2f7 Former-commit-id: 5685e514b339ae3a5a7e0d1babdc3c8dd2727944 Former-commit-id: 29e2b0f89ab642d71c01f2734b7c14d5cac01a87 Former-commit-id: 41a7d06cc1f1fcee64b6eff9941d37319e18d2b8 [formerly f17514aab0d45ec6fa634b8ccb654920e8a62237] Former-commit-id: 0ffd53fc169454877201211994b0706d1d07567c Former-commit-id: 9d50021d522353ede5b36de8d65f076a78e27aee Former-commit-id: f50bec36a741a4f65783b96e394bd8c216a8e9e0 Former-commit-id: e9365e718ea819f2e3fcfa788b15f4269ef686c4 Former-commit-id: fa2e09478ef27984c206c3fd7a852708c0a32dc9 --- src/views/demo/business/table/1/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/demo/business/table/1/index.vue b/src/views/demo/business/table/1/index.vue index 4b64fb11..e33574ff 100644 --- a/src/views/demo/business/table/1/index.vue +++ b/src/views/demo/business/table/1/index.vue @@ -43,7 +43,11 @@ export default { title: '分页变化', message: `当前第${val.current}页 共${val.total}条 每页${val.size}条` }) - this.page = val + this.page = { + pageCurrent: val.current, + pageSize: val.size, + pageTotal: val.total + } // nextTick 只是为了优化示例中 notify 的显示 this.$nextTick(() => { this.$refs.header.handleFormSubmit()