Explorar el Código

优化派单后到登录页面的bug

java110 hace 6 años
padre
commit
a0bc535a22

+ 1 - 1
WebService/src/main/resources/components/ownerRepairPackage/repairDispatchStep/repairDispatchStep.js

@@ -122,7 +122,7 @@
 
                            vc.message('处理成功',true);
                            //关闭model
-                           vc.jumpToPage("/flow/repairDispatch?" + vc.objToGetParam(JSON.parse(json)));
+                           vc.jumpToPage("/flow/repairDispatchFlow?" + vc.objToGetParam(JSON.parse(json)));
                            return ;
                        }
                        vc.message(json);