Commit da67351a authored by linxin's avatar linxin

add

parent 84f8be61
...@@ -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