From b4dadc415d906f5fa81caa8611f84536d70f22c2 Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Sat, 6 Sep 2025 14:41:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/out/monthPlan/index.ts | 4 ++-- src/views/out/monthPlan/index.vue | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/api/out/monthPlan/index.ts b/src/api/out/monthPlan/index.ts index 48f376f..cf59628 100644 --- a/src/api/out/monthPlan/index.ts +++ b/src/api/out/monthPlan/index.ts @@ -8,7 +8,7 @@ import { MonthPlanVO, MonthPlanForm, MonthPlanQuery } from '@/api/out/monthPlan/ * @returns {*} */ -export const listMonthPlan = (query?: MonthPlanQuery): AxiosPromise => { +export const listMonthPlan = (query?: any) => { return request({ url: '/out/monthPlan/list', method: 'get', @@ -120,4 +120,4 @@ export const purchaseValueA = (query) => { method: 'get', params: query }); -}; \ No newline at end of file +}; diff --git a/src/views/out/monthPlan/index.vue b/src/views/out/monthPlan/index.vue index f06a95e..eca4424 100644 --- a/src/views/out/monthPlan/index.vue +++ b/src/views/out/monthPlan/index.vue @@ -14,6 +14,7 @@ + @@ -102,7 +103,7 @@