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