@@ -145,11 +145,12 @@ const passAudit = async () => {
icon: 'success',
});
paging.value?.reload();
+ uni.$emit('refreshGapBaseListAudit');
uni.$emit('refreshSwyqListAudit');
//返回上一页
- uni.navigateBack({
+ setTimeout(() => uni.navigateBack({
delta: 1,
- });
+ }), 300);
} catch (error) {
console.error('通过基地审核失败:', error);
}