@vtx/modals2 6.0.0-beta.27 → 6.0.0-beta.28

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.
@@ -131,9 +131,10 @@ var Work = function Work(props) {
131
131
  var query = buildIframeQuery(location.href.split('?')[1], {
132
132
  carId: record.carId,
133
133
  theme: theme === 'blue' ? 'dark' : theme,
134
- startTime: dayjs(day).format('YYYY-MM-DD 00:00:00'),
135
- endTime: dayjs(day).format('YYYY-MM-DD 23:59:59'),
136
- roadId: record.roadId
134
+ startTime: record.ruleStartTime,
135
+ endTime: record.ruleEndTime,
136
+ roadId: record.roadId,
137
+ workType: record.workTypeCode
137
138
  });
138
139
  var src = "".concat(prefix, "/carHistory/#/zyqsHistory?").concat(query);
139
140
  setIframeModalInfo({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtx/modals2",
3
- "version": "6.0.0-beta.27",
3
+ "version": "6.0.0-beta.28",
4
4
  "description": "弹窗组件",
5
5
  "license": "MIT",
6
6
  "module": "lib/index.js",