Browse Source

代码上传

zhangqi 1 năm trước cách đây
mục cha
commit
8e8aa3def7

+ 1 - 1
src/DRP/HDrpManagement/dispatchBill/modules/selectOrder.vue

@@ -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>