Handy_Cao 3 년 전
부모
커밋
b92ae3f056
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(),
             },