@titaui/pc 1.12.9-beta.10 → 1.12.9-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -195,10 +195,6 @@ var search = function search(_ref4) {
|
|
|
195
195
|
isGetGroup = false;
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
-
if (auth) {
|
|
199
|
-
isVerify = true;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
198
|
return _axios["default"].get("".concat(requestDomain(), "/api/v2/").concat(tenantId, "/").concat(userId, "/search/searchAll?keyWord=").concat(searchKey, "&isVerify=").concat(isVerify, "&isGetUser=").concat(isGetUser, "&isGetDep=").concat(isGetDep, "&isGetGroup=").concat(isGetGroup)).then(function (searchRes) {
|
|
203
199
|
return searchRes.data;
|
|
204
200
|
});
|