|
@@ -261,6 +261,7 @@ export default {
|
|
// 是否从首页点击进入
|
|
// 是否从首页点击进入
|
|
const isHomeNav = this.getIsHomeNav()[this.$route.name]
|
|
const isHomeNav = this.getIsHomeNav()[this.$route.name]
|
|
console.log(this.getIsHomeNav(), isHomeNav, this.$route.name)
|
|
console.log(this.getIsHomeNav(), isHomeNav, this.$route.name)
|
|
|
|
+ this.pageInit()
|
|
// 待办查询
|
|
// 待办查询
|
|
if (isHomeNav && isHomeNav.type == 'todo') {
|
|
if (isHomeNav && isHomeNav.type == 'todo') {
|
|
this.resetData(true)
|
|
this.resetData(true)
|
|
@@ -269,7 +270,6 @@ export default {
|
|
} else {
|
|
} else {
|
|
// 如果是新页签打开
|
|
// 如果是新页签打开
|
|
if (this.$store.state.app.isNewTab) {
|
|
if (this.$store.state.app.isNewTab) {
|
|
- this.pageInit()
|
|
|
|
this.resetSearchForm()
|
|
this.resetSearchForm()
|
|
}
|
|
}
|
|
}
|
|
}
|