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 +2 -0
- package/lib/chart/chart.js +2 -5
- package/lib/react_grid/react_grid copy 1.js +1670 -0
- package/lib/react_grid/react_grid copy 2.js +968 -742
- package/lib/react_grid/react_grid copy 5.js +1670 -0
- package/lib/react_grid/react_grid copy.js +1173 -671
- package/lib/react_grid/react_grid.js +1185 -1431
- package/lib/react_grid/react_grid.less +12 -6
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/chart/chart.js
CHANGED
|
@@ -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
|
-
|
|
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;
|