csx 6 years ago
parent
commit
725708bb1c
2 changed files with 3 additions and 0 deletions
  1. 2 0
      src/pages/main/Print.vue
  2. 1 0
      src/pages/main/PrintIndex.vue

+ 2 - 0
src/pages/main/Print.vue View File

2258
     components: {
2258
     components: {
2259
       SideBar
2259
       SideBar
2260
     }
2260
     }
2261
+
2262
+
2261
   };
2263
   };
2262
 </script>
2264
 </script>
2263
 
2265
 

+ 1 - 0
src/pages/main/PrintIndex.vue View File

1862
       }
1862
       }
1863
     };
1863
     };
1864
   },
1864
   },
1865
+
1865
   methods: {
1866
   methods: {
1866
     getUser() {
1867
     getUser() {
1867
       fetchAllAdminUsers().then(response => {
1868
       fetchAllAdminUsers().then(response => {