@@ -337,6 +337,7 @@ export default {
window.open(`${item.path}=${encodeURIComponent(jm)}?form=${form}`,"_blank")
}
if(type == "2"){
+ alert(`${path}=${encodeURIComponent(jm)}?form=${form}&toPage=${to}`)
window.open(`${path}=${encodeURIComponent(jm)}?form=${form}&toPage=${to}`,"_blank")
//#endif