From 031102bec84711960c84372022f3cf8d2a94568e Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 20 Dec 2024 20:19:21 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/http/api/info/index.ts | 7 ++++ src/views/enterpriseZone/index.vue | 22 +++++++++--- src/views/user/goodsManagement/index.vue | 8 +++-- .../user/lessor/quality-manage/index.vue | 35 ++++++++++++++----- 4 files changed, 57 insertions(+), 15 deletions(-) create mode 100644 src/http/api/info/index.ts diff --git a/src/http/api/info/index.ts b/src/http/api/info/index.ts new file mode 100644 index 0000000..394ab4d --- /dev/null +++ b/src/http/api/info/index.ts @@ -0,0 +1,7 @@ +import { get, post } from '../../index' + + +// 合同列表 +export const getListApi = (data: any = {}) => { + return get('/material-mall/notice/list', data) +} diff --git a/src/views/enterpriseZone/index.vue b/src/views/enterpriseZone/index.vue index 13e7f2e..a582c0e 100644 --- a/src/views/enterpriseZone/index.vue +++ b/src/views/enterpriseZone/index.vue @@ -1,11 +1,25 @@