From c4c382341766272ece291cb6d2a91f2ae1c9692b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Fri, 17 Nov 2023 14:47:51 +0800 Subject: [PATCH] =?UTF-8?q?[bug=20UAT]=20=E8=A7=92=E8=89=B2=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=85=8D=E7=BD=AE=E7=94=A8=E6=88=B7=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=8C=89=E5=90=8D=E5=AD=97=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/modules/SelectUserModal.vue | 60 +++++++++++--------- 1 file changed, 34 insertions(+), 26 deletions(-) diff --git a/src/views/system/modules/SelectUserModal.vue b/src/views/system/modules/SelectUserModal.vue index f569c35c..8e3e52ac 100644 --- a/src/views/system/modules/SelectUserModal.vue +++ b/src/views/system/modules/SelectUserModal.vue @@ -12,14 +12,19 @@
- + - + + + + + + 查询 @@ -187,11 +192,14 @@ export default { this.ipagination.current = 1 } const params = this.getQueryParams()// 查询条件 + this.loading = true getAction(this.url.list, params).then((res) => { if (res.success) { this.dataSource1 = res.result.records this.ipagination.total = res.result.total } + }).finally(() => { + this.loading = false }) }, getQueryParams () { @@ -253,34 +261,34 @@ export default { }