Handy_Cao 1 year ago
parent
commit
e0be659b1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/pc/views/market/trade/pricing/list/listing/index.vue

+ 1 - 1
src/packages/pc/views/market/trade/pricing/list/listing/index.vue

@@ -358,7 +358,7 @@ watch([selectedGoodsId, buyOrSell, orderPriceType], () => {
         formData.BuyOrSell = BuyOrSell.Buy
         formData.PriceMode = PriceMode.Market
     }
-    formData.BuyOrSell = buyOrSell.value
+    formData.BuyOrSell = buyOrSell
     formData.OrderPrice = getOrderPrice()
 })