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 @@