huangxw il y a 1 semaine
Parent
commit
f72fabb277
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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);
 };