shish 3 лет назад
Родитель
Сommit
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();
     },
     methods: {
+        init(){
+
+        },
         goToPage(info){
             if(info.url == '/admin/staff/salary' || info.url == '/admin/shop/rent'){
                 this.$msg('开发中')

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

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