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