Handy_Cao 1 년 전
부모
커밋
e0be659b1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
 })