Commit e0a10c44 authored by linxin's avatar linxin

解决route问题

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