guhongwei 3 سال پیش
والد
کامیت
ad7170de2a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/account/adminCenter/mechanism/detail.vue

+ 1 - 1
src/views/account/adminCenter/mechanism/detail.vue

@@ -30,7 +30,7 @@ export default {
     await this.search();
   },
   methods: {
-    ...adminLogin(['query', 'fetch', 'update', 'delete']),
+    ...adminLogin(['query', 'fetch', 'update', 'delete', 'create']),
     async search() {
       let res = await this.query({ role: '1' });
       if (this.$checkRes(res)) {