浏览代码

打印完善

liuyanpeng 3 年之前
父节点
当前提交
35963bc713
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/print/PrintCard.vue

+ 1 - 0
src/print/PrintCard.vue

@@ -328,6 +328,7 @@ const searchPrintInfo = () => {
 // 获取所选项的数据
 const selectColumn = rows => {
   select.selectedRows = rows;
+  // console.log('onSelectChange', select.selectedRows);
 };
 // 展开打印框
 const showPrintInfo = () => {