更新
This commit is contained in:
parent
ecca353d9f
commit
1f4f560f27
@ -230,15 +230,7 @@ export default {
|
||||
});
|
||||
setTimeout(() => {
|
||||
// 在跳回之前刷新页面
|
||||
uni.navigateBack({
|
||||
delta: 1, // 跳回前一个页面
|
||||
success: () => {
|
||||
// 刷新当前页面数据
|
||||
uni.reLaunch({
|
||||
url: '/pages/manage/workReport/workReport' // 替换为你要刷新页面的路径
|
||||
});
|
||||
}
|
||||
});
|
||||
uni.navigateBack()
|
||||
}, 2000);
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user