Olivier Massot 3 anos atrás
pai
commit
b10a5adfe0

+ 1 - 1
components/Form/Export/LicenceCmfOrganizationER.vue

@@ -6,7 +6,7 @@
           ref="form"
           lazy-validation
         >
-          <v-btn class="mr-4 ot_green ot_white--text" @click="">
+          <v-btn class="mr-4 ot_green ot_white--text">
             {{ $t('generate') }}
           </v-btn>
         </v-form>

+ 0 - 7
components/Ui/Loading.vue

@@ -17,13 +17,6 @@ export default defineComponent({
       required: false,
       default: 32
     }
-  },
-  setup (props) {
-    const { size } = toRefs(props)
-
-    return {
-      size
-    }
   }
 })
 </script>

+ 1 - 1
models/Export/LicenceCmfOrganizationER.ts

@@ -1,7 +1,7 @@
 import {Bool, Model, Num, Str, Uid} from "@vuex-orm/core";
 
 export class LicenceCmfOrganizationER extends Model {
-  static entity = 'licence_cmf_'
+  static entity = 'cmf-licence/organization'
 
   @Uid()
   id!: number | string | null