company_admin/src/components/business/selectProduct.vue
@@ -83,15 +83,15 @@ rate: this.form.rate, type: this.form.type }).then(res => { this.visible = false this.$tip.apiSuccess('操作成功') // this.$emit('success') this.$tip.apiSuccess(res) this.$emit('success') this.$emit('result') this.visible = false this.isWorking = false }) .catch(e => { this.$tip.apiFailed(e) }) .finally(() => { this.visible = false this.isWorking = false }) } else {