@vtx/modals2 5.0.68 → 5.0.69

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.
@@ -128,8 +128,8 @@ var Work = function Work(props) {
128
128
  var query = buildIframeQuery(location.href.split('?')[1], {
129
129
  carId: record.carId,
130
130
  theme: theme === 'blue' ? 'dark' : theme,
131
- startTime: dayjs(date).format('YYYY-MM-DD 00:00:00'),
132
- endTime: dayjs(date).format('YYYY-MM-DD 23:59:59'),
131
+ startTime: dayjs(day).format('YYYY-MM-DD 00:00:00'),
132
+ endTime: dayjs(day).format('YYYY-MM-DD 23:59:59'),
133
133
  roadId: record.roadId
134
134
  });
135
135
  var src = "".concat(prefix, "/carHistory/#/zyqsHistory?").concat(query);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtx/modals2",
3
- "version": "5.0.68",
3
+ "version": "5.0.69",
4
4
  "description": "弹窗组件",
5
5
  "license": "MIT",
6
6
  "module": "lib/index.js",