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