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