Browse Source

未登录使用时,用户查看详情并返回时,没有重新加载历史数据

john.hong 2 years ago
parent
commit
a42567b320
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/pages/parkingFee/mixins/parkingFeeList.js

+ 2 - 0
src/pages/parkingFee/mixins/parkingFeeList.js

@@ -55,6 +55,8 @@ export default {
           this.$router.back(-1);
         }
       });
+    } else {
+      this.loadData();
     }
   },
   filters: {