Mr.Zhang
2023-10-28 901a7fd1c678c4dde1481d86f8166380a5ecd834
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 {