ソースを参照

Merge branch 'master' of http://47.101.159.18:3000/Muchinfo/MTP2.0_WEB

marymelisa 4 年 前
コミット
ca70258ae1

+ 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, //                           点价结束时间