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 {
}