fmui-base 2.0.35 → 2.0.37

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,8 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.0.37:精选专题跳转
7
+ - 2.0.36:移动门户组件修改
6
8
  - 2.0.35:移动门户组件修改
7
9
  - 2.0.34:批量提交流程移动端推送
8
10
  - 2.0.33:表单关联设置
@@ -128,7 +128,8 @@ var NoData = function (_React$Component) {
128
128
  value: function componentDidMount() {
129
129
  var t = this;
130
130
  _db2.default.portal.getComponentInfoList({
131
- portalId: t.state.portalId
131
+ ppId: t.state.portalId,
132
+ code: 'tbgl'
132
133
  }).then(function (content) {
133
134
  var options = t.state.options;
134
135