liqianyi 2 年之前
父節點
當前提交
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 !== '')