lilei 3 سال پیش
والد
کامیت
17dd9af47d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/financialManagement/warehousingAudit/list.vue

+ 1 - 1
src/views/financialManagement/warehousingAudit/list.vue

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