kmkf-work-order-service-component 0.5.0-alpha.15 → 0.5.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.
- package/dist/esm/WorkOrder/components/CustomizeWorkOrderList/components/RepeatWorkOrderListModal/index.js +1 -1
- package/dist/esm/WorkOrder/components/PaymentWorkOrderList/components/RepeatWorkOrderListModal/index.js +1 -1
- package/dist/esm/WorkOrder/components/PaymentWorkOrderList/index.js +2 -2
- package/package.json +1 -1
@@ -128,7 +128,7 @@ var PaymentWorkOrderList = function PaymentWorkOrderList(_ref) {
|
|
128
128
|
paySearch: {
|
129
129
|
pageNo: 1,
|
130
130
|
pageSize: 20,
|
131
|
-
time: [moment().subtract(
|
131
|
+
time: [moment().subtract(30, 'day').startOf('day'), moment().endOf('day')],
|
132
132
|
workPayStatus: '',
|
133
133
|
tid: '',
|
134
134
|
paymentMixUk: '',
|
@@ -137,7 +137,7 @@ var PaymentWorkOrderList = function PaymentWorkOrderList(_ref) {
|
|
137
137
|
}
|
138
138
|
});
|
139
139
|
form.setFieldsValue({
|
140
|
-
time: [moment().subtract(
|
140
|
+
time: [moment().subtract(30, 'day').startOf('day'), moment().endOf('day')],
|
141
141
|
workPayStatus: '',
|
142
142
|
tid: '',
|
143
143
|
paymentMixUk: ''
|