Mr.Shi
2023-09-19 02eb974bcf9f85a4a6594540fab97007abef4291
company_admin/src/components/business/selectProductItem.vue
@@ -81,6 +81,7 @@
            // 表单数据
            form: {
                categoryId: '',
                categoryId1: '',
                type: 0,
                rate: '',
                name: '',
@@ -136,7 +137,7 @@
            // 调用新建接口
            this.isWorking = true
            createPlat({
                categoryId: this.form.categoryId,
                categoryId: this.form.categoryId1,
                goodsParamList: this.form.goodsParamList,
                rate: this.form.rate,
                type: this.form.type
@@ -161,7 +162,8 @@
        open(title, target) {
            this.title = title
            this.visible = true
            this.form.categoryId = target.categoryId
            this.form.categoryId = Number(target.categoryId.split(',')[0])
            this.form.categoryId1 = Number(target.categoryId.split(',')[1])
            this.form.rate = Number(target.rate)
            this.form.type = target.type
            // 获取分类列表