li.shaoyi vor 3 Jahren
Ursprung
Commit
23376264cc

+ 1 - 1
src/views/order/swap_the_order/components/swap_commodity_contract_summary/index.vue

@@ -46,7 +46,7 @@
       </a-table>
     </template>
   </mtp-table-scroll>
-  <component :is="componentId" v-if="componentId" :selectedRow="selectedRow" :tableList="tableList" :swapList="swapList" @cancel="clsoeAction"></component>
+  <component :is="componentId" v-if="componentId" :selectedRow="selectedRow" :tableList="positionList" :swapList="swapList" @cancel="clsoeAction"></component>
 </template>
 
 <script lang="ts">