|
@@ -134,7 +134,8 @@ function submitForm() {
|
|
|
return;
|
|
|
}
|
|
|
const entrust = {
|
|
|
- workMonth: currentMonth.value,
|
|
|
+ // currentMonth: currentMonth.value,
|
|
|
+ workMonth: proxy.moment().add(1,"month").format("YYYY-MM-01"),
|
|
|
toTenantId: toTenantId.value,
|
|
|
workOrderIds: list.value.map((l) => l.id),
|
|
|
};
|