fmui-base 2.0.35 → 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 +1 -0
- package/lib/chart/chart.js +2 -1
- 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.js +1046 -1127
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/chart/chart.js
CHANGED
|
@@ -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
|
-
|
|
131
|
+
ppId: t.state.portalId,
|
|
132
|
+
code: 'tbgl'
|
|
132
133
|
}).then(function (content) {
|
|
133
134
|
var options = t.state.options;
|
|
134
135
|
|