jinxia.mo преди 5 дни
родител
ревизия
bd001f3a38
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/pagesOther/pages/voluntary/detail/detail.vue

+ 1 - 1
src/pagesOther/pages/voluntary/detail/detail.vue

@@ -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 () => {