@pisell/lowcode-renderer 1.0.99 → 1.0.100

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.
@@ -33,11 +33,13 @@ var getParams = function getParams(values, url) {
33
33
 
34
34
  // 包含时区
35
35
  var timezoneObj = {};
36
- if (includeTimeZoneUrl.includes(url)) {
37
- timezoneObj = {
38
- timezone: getTimeDiff(timezone)
39
- };
40
- }
36
+
37
+ // if (includeTimeZoneUrl.includes(url)) {
38
+ timezoneObj = {
39
+ timezone: getTimeDiff(timezone)
40
+ };
41
+ // }
42
+
41
43
  var _ref = values || {},
42
44
  date = _ref.date,
43
45
  exportFile = _ref.exportFile,
@@ -59,11 +59,9 @@ var getParams = (values, url) => {
59
59
  var _a, _b;
60
60
  let { id, timezone: timezone2 } = (0, import_config.getShopConfig)();
61
61
  let timezoneObj = {};
62
- if (includeTimeZoneUrl.includes(url)) {
63
- timezoneObj = {
64
- timezone: getTimeDiff(timezone2)
65
- };
66
- }
62
+ timezoneObj = {
63
+ timezone: getTimeDiff(timezone2)
64
+ };
67
65
  let { date, exportFile, ...others } = values || {};
68
66
  if (url === "TEAM_SELF_COMMISSION_DETAIL") {
69
67
  const { id: id2 } = (0, import_config.getAccount)() || {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/lowcode-renderer",
3
- "version": "1.0.99",
3
+ "version": "1.0.100",
4
4
  "sideEffects": false,
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",