liqianyi 2 vuotta sitten
vanhempi
commit
18a788e76e
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      src/views/modules/tech/crafts-detail.vue

+ 3 - 0
src/views/modules/tech/crafts-detail.vue

@@ -98,6 +98,9 @@ export default {
   destroyed () {
   },
   methods: {
+    onChose () {
+      this.$emit('onChose')
+    },
     async init (id, businessType, productName) {
       this.visible = true
       this.isFlow = !!(businessType && businessType !== '')