|
@@ -490,7 +490,7 @@ export default {
|
|
|
const b = this.$store.state.app.updateList
|
|
|
// 是否从首页点击进入
|
|
|
const isHomeNav = this.getIsHomeNav()[this.$route.name]
|
|
|
- console.log(a, b, this.getIsHomeNav(), isHomeNav, this.$route.name)
|
|
|
+ console.log(a, b)
|
|
|
|
|
|
// 从首页进入,判断式新建还式待办查询
|
|
|
if (isHomeNav) {
|
|
@@ -513,7 +513,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
// 仅刷新列表,不重置页面
|
|
|
- if (b) {
|
|
|
+ if (b || a == b) {
|
|
|
this.$refs.table.refresh()
|
|
|
}
|
|
|
}
|