소스 검색

代码上传

zhangqi 1 년 전
부모
커밋
8e8aa3def7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/DRP/HDrpManagement/dispatchBill/modules/selectOrder.vue

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