Mr.Shi
2023-09-25 7ea965d6203786fd7fd4e6dd38230586c427885f
company_admin/src/components/business/selectProductItem.vue
@@ -165,7 +165,7 @@
                type: this.form.type
            }).then(res => {
                this.visible = false
                this.$tip.apiSuccess('操作成功')
                this.$tip.apiSuccess(res)
                // this.$emit('success')
                this.$emit('result')
            })
@@ -184,6 +184,7 @@
        open(title, target) {
            this.title = title
            this.visible = true
            this.form.name = ''
            this.form.categoryId = Number(target.categoryId.split(',')[0])
            this.form.categoryId1 = Number(target.categoryId.split(',')[1])
            this.form.rate = Number(target.rate)