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