kmkf-work-order-service-component 0.4.0-alpha.15 → 0.4.0-alpha.16
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 time.time; // time是moment类型的,监控上报的时侯,格式化报错了
|
101
|
+
|
100
102
|
return queryAllWorkOrderList(URL_MAPPING[type], _objectSpread(_objectSpread({}, params), {}, {
|
101
103
|
pageSize: pageSize,
|
102
104
|
pageNo: current
|