@fonixtree/magic-design 0.2.3 → 0.2.5

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.
Binary file
@@ -198,6 +198,7 @@ function CustomTable(props) {
198
198
 
199
199
  (0, _react.useEffect)(function () {
200
200
  queryCus({
201
+ templateType: 'Page',
201
202
  pageType: 'Customized',
202
203
  verType: 'Formal',
203
204
  configVersion: 'V2',
Binary file
@@ -198,6 +198,7 @@ function CustomTable(props) {
198
198
 
199
199
  (0, _react.useEffect)(function () {
200
200
  queryCus({
201
+ templateType: 'Page',
201
202
  pageType: 'Customized',
202
203
  verType: 'Formal',
203
204
  configVersion: 'V2',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.2.3",
4
+ "version": "0.2.5",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",