@beisen-platform/user-selector
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -165,7 +165,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
if (searchs.length == 0) { | ||
return React.createElement("div", { | ||
className: "us-no-data" | ||
}, React.createElement("span", { | ||
className: "empty-con" | ||
})); | ||
return null; | ||
} else { | ||
@@ -172,0 +168,0 @@ var searchsResult = searchs && searchs.map(function (item, index) { |
@@ -164,3 +164,4 @@ import _typeof from "@babel/runtime/helpers/typeof"; | ||
searchDataFormat = _this$props2.searchDataFormat, | ||
isShowDepartmentName = _this$props2.isShowDepartmentName; | ||
isShowDepartmentName = _this$props2.isShowDepartmentName, | ||
isSearchFetching = _this$props2.isSearchFetching; | ||
return React.createElement(CommonModel, { | ||
@@ -182,3 +183,4 @@ usedusers: usedusers, | ||
searchDataFormat: searchDataFormat, | ||
isShowDepartmentName: isShowDepartmentName | ||
isShowDepartmentName: isShowDepartmentName, | ||
isSearchFetching: isSearchFetching | ||
}); | ||
@@ -185,0 +187,0 @@ } // 渲染高级模式 |
{ | ||
"name": "@beisen-platform/user-selector", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
108799
2577