diff --git a/src/views/contentManage/videocomment/index.vue b/src/views/contentManage/videocomment/index.vue index c10d897..4446de0 100644 --- a/src/views/contentManage/videocomment/index.vue +++ b/src/views/contentManage/videocomment/index.vue @@ -46,7 +46,7 @@ @@ -102,7 +102,7 @@ diff --git a/src/views/system/divide/index.vue b/src/views/system/divide/index.vue index 2dc093d..a05e35d 100644 --- a/src/views/system/divide/index.vue +++ b/src/views/system/divide/index.vue @@ -100,9 +100,9 @@ 新增 - + - + @@ -159,6 +159,7 @@ import { listDivide, addTenant, addsection, getsections, putsections, deletesect import { TenantForm, TenantQuery, TenantVO } from '@/api/system/types'; import { getDictionaryByKey } from '@/utils/dict'; import { selectTenantPackage } from '@/api/system/tenantPackage'; +import { listPmsProductCategory } from '@/api/pms/productCategory'; import { useUserStore } from '@/store/modules/user'; // import { TenantForm, TenantQuery, TenantVO, TenantModal, enterpriseType } from '@/api/system/tenant/types'; import { TenantPkgVO } from '@/api/system/tenantPackage/types'; @@ -204,6 +205,7 @@ const deleteList = (index: any, id: any) => { deletesection(id); } }; + //成交额 const constdfrom = ref([]); const conadd = () => { @@ -322,8 +324,9 @@ const clearfun = () => { }; const enterpriseList = ref([]); // 种类 const getByKey = async () => { - const value1 = await getDictionaryByKey('rate_name'); - enterpriseList.value = value1; + listPmsProductCategory({ id: null }).then((response) => { + enterpriseList.value = response.data; + }); }; const initFormData: TenantForm = { id: null,