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