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 CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.0.17: 移动端选人组件常用页签问题修改
6
7
  - 2.0.16: 移动端半天日期选择需求开发
7
8
  - 2.0.15: 移动端选人组件问题修改
8
9
  - 2.0.14: 选人组件页签扩展功能;流程删除后,移动端提醒优化
@@ -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 == "common") {
8235
+ if (code == "") {
8236
+ return false;
8237
+ } else if (code == "common") {
8236
8238
  var tabContent = "";
8237
8239
  tabContent = _react2.default.createElement(
8238
8240
  'div',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",