liuyanpeng il y a 3 ans
Parent
commit
35963bc713
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 = () => {