aaa
jiangping
2024-10-17 5c86246f016cbd78d68cf5d72480585d62f41923
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 {