fmui-base 2.0.16 → 2.0.17
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.
- package/README.md +1 -0
- package/lib/selectMember/select.js +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8232,7 +8232,9 @@ var Page = function (_React$Component) {
|
|
|
8232
8232
|
_Tab2.default,
|
|
8233
8233
|
{ activeKey: this.state.activeKey, onChange: this.handleTabChange.bind(this) },
|
|
8234
8234
|
selectCode.map(function (code, i) {
|
|
8235
|
-
if (code == "
|
|
8235
|
+
if (code == "") {
|
|
8236
|
+
return false;
|
|
8237
|
+
} else if (code == "common") {
|
|
8236
8238
|
var tabContent = "";
|
|
8237
8239
|
tabContent = _react2.default.createElement(
|
|
8238
8240
|
'div',
|