liqianyi hace 3 años
padre
commit
18a788e76e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 !== '')