Commit e0a10c44 authored by linxin's avatar linxin

解决route问题

parent 85290152
...@@ -429,11 +429,11 @@ export default { ...@@ -429,11 +429,11 @@ export default {
} }
}, },
watch: { watch: {
$route (to, from) { // $route (to, from) {
if(to.name === 'SalesInfo'){ // if (to.name === 'SalesInfo') {
this.routeGoCustom() // this.routeGoCustom()
} // }
}, // },
checked: { checked: {
handler (newVal, oldVal) { handler (newVal, oldVal) {
if (newVal === false) { if (newVal === false) {
......
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