Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fe18471fa |
@@ -786,6 +786,7 @@ export default {
|
||||
t: +new Date()
|
||||
}
|
||||
})
|
||||
return
|
||||
} else if (opeType === 3) {
|
||||
this.$router.push({
|
||||
query: {
|
||||
@@ -794,6 +795,7 @@ export default {
|
||||
t: +new Date()
|
||||
}
|
||||
})
|
||||
return
|
||||
} else if (opeType !== 4) {
|
||||
this.$router.push({
|
||||
query: {
|
||||
@@ -803,6 +805,7 @@ export default {
|
||||
t: +new Date()
|
||||
}
|
||||
})
|
||||
return
|
||||
}
|
||||
/* if (route === this.route) {
|
||||
this.refresh()
|
||||
|
||||
Reference in New Issue
Block a user