@@ -16,7 +16,7 @@
@close="onClose"
@ok="submit"
>
- <normal-table :filterMultiple="true" rowKey="sa_orderid" ref="list" size="small" :param="param" :columns="utils.TBLayout('orderTable')" @onSelect="onSelect"></normal-table>
+ <normal-table :filterMultiple="true" rowKey="sa_orderid" ref="list" size="small" :param="param" :columns="utils.TBLayout('orderTable')" :tableid="utils.TBLayoutID('orderTable')" @onSelect="onSelect"></normal-table>
</a-modal>
</div>
</template>