xiaodai2017 2 years ago
parent
commit
7dbfdacd36
1 changed files with 9 additions and 1 deletions
  1. 9 1
      src/views/recovery/index.vue

+ 9 - 1
src/views/recovery/index.vue

@@ -134,13 +134,21 @@ export default {
     showData,
   },
   computed: {
-    ...mapGetters(["tablebtnSize", "searchSize", "size"]),
+    ...mapGetters(["tablebtnSize", "searchSize", "size", "business_companyNo"]),
     powers() {
       const tran =
         this.$store.getters.btnList.find((item) => item.menu_route == "recovery") || {};
       const { action } = tran ?? {};
       return action ?? [];
     },
+    maxNo() {
+      return this.business_companyNo;
+    },
+  },
+  watch: {
+    maxNo(val, oldval) {
+      console.log(val, oldval);
+    },
   },
   data() {
     return {