snow 2 years ago
parent
commit
538354103d
2 changed files with 1 additions and 1 deletions
  1. 0 0
      dist/static/js/0.js
  2. 1 1
      src/views/interest/accountQuery/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 1 - 1
src/views/interest/accountQuery/index.vue

@@ -183,7 +183,7 @@ export default {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
       const { btnList } = this.$store.getters;
-      const tran = btnList.find((i) => i.menu_route == "account") || {};
+      const tran = btnList.find((i) => i.menu_route == "accountQuery") || {};
       const { action } = tran ?? {};
       return action ?? [];
     },

Some files were not shown because too many files changed in this diff