Handy_Cao 3 年之前
父節點
當前提交
e8099ae06e
共有 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: formatDate(drawMonth, 'YYYY-MM'),
+                DrawMonth: formatDate(drawMonth, 'YYYYMM'),
                 DrawAmount: amount,
                 ClientSerialNo: v4(),
             },