Commit 218643a8 authored by 郝聪敏's avatar 郝聪敏

Merge branch 'feature/fix_user' into 'master'

fix: 解决添加家人按钮无响应问题

See merge request !90
parents 603b40fa 08acd4dd
......@@ -119,6 +119,8 @@ export default {
localStorage.remove(params.itype + "DetailFormData");
} else if (path === "/policy/detail" && params.orderNo) {
pathObj = `${path}/${params.orderNo}`;
} else {
pathObj = path;
}
if (pathObj) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment