Browse Source

修复打印bug

dev
qb 2 months ago
parent
commit
b61696e293
  1. 2
      src/utils/print.js

2
src/utils/print.js

@ -53,6 +53,8 @@ const print = (nodeList, type = 'deliveryPrint') => {
// 当列表内没有元素时, 退出函数
if (nodeList.length === 0) return;
store.commit('GET_PRINT_LIST');
ElMessage.success('打印任务提交成功');
// 循环列表内元素并打印

Loading…
Cancel
Save