fmui-base 2.0.34 → 2.0.35

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.35:移动门户组件修改
6
7
  - 2.0.34:批量提交流程移动端推送
7
8
  - 2.0.33:表单关联设置
8
9
  - 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,
@@ -133,7 +130,6 @@ var NoData = function (_React$Component) {
133
130
  _db2.default.portal.getComponentInfoList({
134
131
  portalId: t.state.portalId
135
132
  }).then(function (content) {
136
- debugger;
137
133
  var options = t.state.options;
138
134
 
139
135
  var chartData = content.chartData;