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