@hzab/data-model 2.0.1-alpha.0 → 2.0.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # @hzab/data-model@2.0.2
2
+
3
+ fix: getList _data.content total == 0 情况处理
4
+
1
5
  # @hzab/data-model@2.0.1
2
6
 
3
7
  feat: ReqMap 支持异步
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hzab/data-model",
3
- "version": "2.0.1-alpha.0",
3
+ "version": "2.0.2",
4
4
  "description": "data model",
5
5
  "main": "src",
6
6
  "scripts": {