From 02eb974bcf9f85a4a6594540fab97007abef4291 Mon Sep 17 00:00:00 2001 From: Mr.Shi <1878285526@qq.com> Date: 星期二, 19 九月 2023 09:19:24 +0800 Subject: [PATCH] 企业端 --- company_admin/src/components/business/OperaCategoryWindow.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/company_admin/src/components/business/OperaCategoryWindow.vue b/company_admin/src/components/business/OperaCategoryWindow.vue index 89cde75..7b28532 100644 --- a/company_admin/src/components/business/OperaCategoryWindow.vue +++ b/company_admin/src/components/business/OperaCategoryWindow.vue @@ -133,7 +133,7 @@ <script> import BaseOpera from '@/components/base/BaseOpera' import GlobalWindow from '@/components/common/GlobalWindow' - import { create, updateById, baseCategoryList, companyCreate, companyUpdateById } from '@/api/business/category.js' + import { baseCategoryList, companyCreate, companyUpdateById } from '@/api/business/category.js' export default { name: 'OperaCategoryWindow', extends: BaseOpera, @@ -264,7 +264,7 @@ this.form.sortnum = item.sortnum let arr = [] item.baseCateParamList.forEach((row, index) => { - arr.push({ name: row.name, isselect: index <= 1 ? 1 : 0, isshow: 1 }) + arr.push({ name: row.name, baseCateParamId: row.id, isselect: index <= 1 ? 1 : 0, isshow: 1 }) }) this.form.tableData = arr this.form.imgurl = item.imgurl -- Gitblit v1.9.3