Mr.Shi
2023-09-21 3205c5f275b6947ba4812c8b19c24d2b1a2b4d93
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 {