|
|
@@ -128,7 +128,7 @@ const handleEdit = async () => {
|
|
|
return alertAsync('此志愿表已经过期,不能使用修改功能')
|
|
|
}
|
|
|
const next = {...prevData.value, callback: MxConst.globalEvents.voluntaryChanged}
|
|
|
- transferTo('/pages/voluntary/edit/edit', next, null, true)
|
|
|
+ transferTo('/pagesOther/pages/voluntary/edit/edit', next, null, true)
|
|
|
}
|
|
|
|
|
|
const handleDownload = async () => {
|