Commit ad689303 authored by linxin's avatar linxin

fix:routeBug

parent e83eee87
Pipeline #4512 canceled with stages
...@@ -430,7 +430,7 @@ export default { ...@@ -430,7 +430,7 @@ export default {
}, },
watch: { watch: {
$route (to, from) { $route (to, from) {
if (to.name === 'SalesInfo') { if (to.name === 'SalesInfo' && from.name === 'CreateBaseInfo') {
this.routeGoCustom() this.routeGoCustom()
} }
}, },
......
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