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
|
100
|
+
delete params.time; // time是moment类型的,监控上报的时侯,格式化报错了
|
101
101
|
|
102
102
|
return queryAllWorkOrderList(URL_MAPPING[type], _objectSpread(_objectSpread({}, params), {}, {
|
103
103
|
pageSize: pageSize,
|