huangxw hace 1 semana
padre
commit
f72fabb277
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/plant/print/print-self/index.vue

+ 1 - 0
src/plant/print/print-self/index.vue

@@ -60,6 +60,7 @@ const printCodes = async (data: any) => {
         isPrinting.value = false;
         return;
     }
+    uni.$emit('refreshPackTaskList');
     getPrintCodeList(res.data);
 };