guhongwei 3 năm trước cách đây
mục cha
commit
ad7170de2a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)) {