From b7d3e31bd87775dabc08742039428b304be23d10 Mon Sep 17 00:00:00 2001 From: smallchill Date: Fri, 20 Mar 2020 17:30:01 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E3=80=81=E6=8E=A5=E5=8F=A3=E6=9D=83=E9=99=90=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/authority/apiscope.vue | 3 ++- src/views/authority/datascope.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/authority/apiscope.vue b/src/views/authority/apiscope.vue index 01ea17b..7af2dfd 100644 --- a/src/views/authority/apiscope.vue +++ b/src/views/authority/apiscope.vue @@ -609,8 +609,9 @@ searchResetScope() { this.onLoadScope(this.pageScope); }, - searchChangeScope(params) { + searchChangeScope(params, done) { this.onLoadScope(this.pageScope, params); + done(); }, selectionChangeScope(list) { this.selectionListScope = list; diff --git a/src/views/authority/datascope.vue b/src/views/authority/datascope.vue index c442e1f..0ab295d 100644 --- a/src/views/authority/datascope.vue +++ b/src/views/authority/datascope.vue @@ -692,8 +692,9 @@ searchResetScope() { this.onLoadScope(this.pageScope); }, - searchChangeScope(params) { + searchChangeScope(params, done) { this.onLoadScope(this.pageScope, params); + done(); }, selectionChangeScope(list) { this.selectionListScope = list;