Browse Source

[FIX] supplier details

Gogs 7 years ago
parent
commit
edbf6cad69
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/supplier/SupplierStep.vue

+ 2 - 1
src/components/supplier/SupplierStep.vue

@@ -26,7 +26,8 @@
         },
         computed: mapGetters([
             'suppliers',
-            'visibleSuppliers'
+            'visibleSuppliers',
+            'supplierSelected'
         ]),
         methods: mapActions([
             'filterSuppliers',