Commit 9404a993 authored by huangjie's avatar huangjie

集团详情-土地交易

parent 08793cee
...@@ -307,6 +307,9 @@ ...@@ -307,6 +307,9 @@
if (StockPercent == 100) { if (StockPercent == 100) {
this.paramsData.maxStockPercent = StockPercent / 100 this.paramsData.maxStockPercent = StockPercent / 100
} }
}else{
this.paramsData.minStockPercent = null
this.paramsData.maxStockPercent = null
} }
if(arr.money){ if(arr.money){
this.paramsData.startTransactionPrice = arr.money[0]?parseFloat(arr.money[0]):null this.paramsData.startTransactionPrice = arr.money[0]?parseFloat(arr.money[0]):null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment