liqianyi 3 سال پیش
والد
کامیت
18a788e76e
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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 !== '')