Handy_Cao 3 lat temu
rodzic
commit
b92ae3f056
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/business/trade/index.ts

+ 1 - 1
src/business/trade/index.ts

@@ -421,7 +421,7 @@ export function useTHJProfitDrawApplyReq() {
         return thjProfitDrawApply({
             data: {
                 ...formData,
-                DrawMonth: drawMonth,
+                DrawMonth: formatDate(drawMonth, 'YYYY-MM'),
                 DrawAmount: amount,
                 ClientSerialNo: v4(),
             },