fmui-base 2.0.34 → 2.0.36

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.36:移动门户组件修改
7
+ - 2.0.35:移动门户组件修改
6
8
  - 2.0.34:批量提交流程移动端推送
7
9
  - 2.0.33:表单关联设置
8
10
  - 2.0.32:流程记录样式修改
@@ -39,9 +39,6 @@ var NoData = function (_React$Component) {
39
39
  if (!height) {
40
40
  height = 400;
41
41
  }
42
- console.log('====================================');
43
- console.log(portalId, 'portalIdportalIdportalIdportalId');
44
- console.log('====================================');
45
42
  _this.state = {
46
43
  loadTrue: false,
47
44
  portalId: portalId,
@@ -131,9 +128,9 @@ var NoData = function (_React$Component) {
131
128
  value: function componentDidMount() {
132
129
  var t = this;
133
130
  _db2.default.portal.getComponentInfoList({
134
- portalId: t.state.portalId
131
+ ppId: t.state.portalId,
132
+ code: 'tbgl'
135
133
  }).then(function (content) {
136
- debugger;
137
134
  var options = t.state.options;
138
135
 
139
136
  var chartData = content.chartData;