shish преди 3 години
родител
ревизия
165fcc58ae
променени са 2 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 3 0
      ghsApp/src/admin/home/apply.vue
  2. 3 0
      ghsApp/src/admin/home/order.vue

+ 3 - 0
ghsApp/src/admin/home/apply.vue

@@ -102,6 +102,9 @@ export default {
         uni.stopPullDownRefresh();
         uni.stopPullDownRefresh();
     },
     },
     methods: {
     methods: {
+        init(){
+
+        },
         goToPage(info){
         goToPage(info){
             if(info.url == '/admin/staff/salary' || info.url == '/admin/shop/rent'){
             if(info.url == '/admin/staff/salary' || info.url == '/admin/shop/rent'){
                 this.$msg('开发中')
                 this.$msg('开发中')

+ 3 - 0
ghsApp/src/admin/home/order.vue

@@ -146,6 +146,9 @@ export default {
 
 
   },
   },
   methods: {
   methods: {
+    init(){
+
+    },
     printOrder(item){
     printOrder(item){
       let that = this
       let that = this
       uni.showLoading({title: '打印中...'});
       uni.showLoading({title: '打印中...'});