efront 4.5.7 → 4.5.8

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.
@@ -912,7 +912,7 @@ var data = {
912
912
  p.loading = response.loading = p.loading;
913
913
  return p;
914
914
  }, oncatch);
915
- if (!isEmpty(params)) p.id = sid;
915
+ if (isEmpty(params)) p.id = sid;
916
916
  var response = this.createResponse(p, parse);
917
917
  return response;
918
918
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "efront",
3
- "version": "4.5.7",
3
+ "version": "4.5.8",
4
4
  "description": "简化前端开发,优化web性能",
5
5
  "main": "public/efront.js",
6
6
  "directories": {