sf
jiangping
2025-04-30 dcdb0231034810232f2542f3865666ebf72daf11
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 {