Browse Source

commit 现货合同新增

xkwg 4 năm trước cách đây
mục cha
commit
778c35392d

+ 1 - 1
src/views/information/spot-contract/components/add/setup.ts

@@ -88,7 +88,7 @@ export function addContractReq() {
             ContractMargin: form.ContractMargin as number, //         合同保证金
 
             Amount: [1, 3].includes(form.PriceType) ? Number(form.Price) * Number(form.Qty) : 0, //    金额
-            PriceMove: form.PriceMove as number, //  升贴水
+            PriceMove: Number(form.PriceMove as number), //  升贴水
 
             StartDate: form.StartDate, //                       点价开始时间
             EndDate: form.EndDate, //                           点价结束时间