This commit is contained in:
许允枞 2025-03-12 14:48:06 +08:00
parent ecca353d9f
commit 1f4f560f27

View File

@ -230,15 +230,7 @@ export default {
});
setTimeout(() => {
//
uni.navigateBack({
delta: 1, //
success: () => {
//
uni.reLaunch({
url: '/pages/manage/workReport/workReport' //
});
}
});
uni.navigateBack()
}, 2000);
}
})