Browse Source

消除企业监听问题

master
赵鹏 1 month ago
parent
commit
3109d12fec
  1. 11
      sub/invite/addEnterprise.vue

11
sub/invite/addEnterprise.vue

@ -265,10 +265,12 @@ export default {
this.form.id = res.id this.form.id = res.id
this.init() this.init()
} }
}, //
onShow() { uni.$off('enterpriseIntroduce')
console.log('onShow', this.prove) uni.$off('enterpriseTag')
uni.$off('prove')
//
uni.$on('enterpriseIntroduce', data => { uni.$on('enterpriseIntroduce', data => {
this.form.introduction = data.introduce this.form.introduction = data.introduce
}) })
@ -284,6 +286,9 @@ export default {
this.prove.push(data) this.prove.push(data)
} }
}) })
},
onShow() {
}, },
methods: { methods: {
proofName(v) { proofName(v) {

Loading…
Cancel
Save