liuyanpeng 3 лет назад
Родитель
Сommit
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 => {
 const selectColumn = rows => {
   select.selectedRows = rows;
   select.selectedRows = rows;
+  // console.log('onSelectChange', select.selectedRows);
 };
 };
 // 展开打印框
 // 展开打印框
 const showPrintInfo = () => {
 const showPrintInfo = () => {