diff --git a/common/api.js b/common/api.js
index 4513a25..95a1379 100644
--- a/common/api.js
+++ b/common/api.js
@@ -1460,13 +1460,14 @@ var default_api = 'https://api.global-interaction.com/';
method: 'GET',
});
},
- searchUsers: function (keyword, pageSize, scope) {
+ searchUsers: function (keyword, pageSize, scope, action) {
return request('/api/v1/manager-center/users/search', {
method: 'GET',
query: {
keyword: keyword,
page_size: pageSize || 20,
scope: scope,
+ action: action,
},
});
},
diff --git a/gonghui/manager-center/index.html b/gonghui/manager-center/index.html
index b2106b5..7efbb74 100644
--- a/gonghui/manager-center/index.html
+++ b/gonghui/manager-center/index.html
@@ -523,6 +523,6 @@
-
+