@@ -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>
<script lang="ts">