kmkf-work-order-service-component 0.4.0-alpha.16 → 0.4.0-alpha.17

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.
@@ -97,7 +97,7 @@ var getTableData = function getTableData(_ref) {
97
97
  params.buyerOpenUid = buyerId;
98
98
  }
99
99
 
100
- delete time.time; // time是moment类型的,监控上报的时侯,格式化报错了
100
+ delete params.time; // time是moment类型的,监控上报的时侯,格式化报错了
101
101
 
102
102
  return queryAllWorkOrderList(URL_MAPPING[type], _objectSpread(_objectSpread({}, params), {}, {
103
103
  pageSize: pageSize,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.4.0-alpha.16",
3
+ "version": "0.4.0-alpha.17",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",