huangxw 1 settimana fa
parent
commit
f72fabb277
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);
 };