|
@@ -4,7 +4,7 @@
|
|
|
* @Author: code4eat awesomedema@gmail.com
|
|
|
* @Date: 2022-12-16 09:42:52
|
|
|
* @LastEditors: code4eat awesomedema@gmail.com
|
|
|
- * @LastEditTime: 2023-04-19 15:30:19
|
|
|
+ * @LastEditTime: 2023-04-21 09:59:12
|
|
|
* @FilePath: /BudgetManaSystem/src/pages/budgetMana/monthlySet/index.tsx
|
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
*/
|
|
@@ -960,6 +960,7 @@ const MonthlyDataCheck: React.FC = () => {
|
|
|
let formData = new FormData();
|
|
|
formData.append('file', fileList[0].originFileObj);
|
|
|
formData.append('computeDate', currentComputeDate as string);
|
|
|
+ formData.append('groupId', currentSelectedManaGroup?.id as any);
|
|
|
|
|
|
const resp = await importMonthlyperformanceRelaFiles(index, formData);
|
|
|
|