huangxw 1 settimana fa
parent
commit
a6ff13995d
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/plant/packaging/batch-link/index.vue

+ 3 - 1
src/plant/packaging/batch-link/index.vue

@@ -266,7 +266,9 @@ const batchLinkCodes = async () => {
         });
         uni.$emit('refreshPackTaskList');
         uni.$emit('refreshPackTaskDetail');
-    
+        uni.navigateBack({
+            delta: 1,
+        });
     } catch (error) {
         console.error('批量关联失败:', error);
         uni.hideLoading();