diff --git a/src/api/system/Inspection/index.ts b/src/api/system/Inspection/index.ts index 86842cc..f152454 100644 --- a/src/api/system/Inspection/index.ts +++ b/src/api/system/Inspection/index.ts @@ -66,3 +66,17 @@ export interface Request { updateTime?: string; [property: string]: any; } + +/** + * 查询业务统计 + * @param query + * @returns {*} + */ + +export const list_statapi = (query?: { taskTimeBegin: string; taskTimeEnd: string }): AxiosPromise => { + return request({ + url: '/inspection/data/list', + method: 'get', + params: query + }); +}; diff --git a/src/views/system/inspection/Item/index2.vue b/src/views/system/inspection/Item/index2.vue index b8c9f3c..81b4844 100644 --- a/src/views/system/inspection/Item/index2.vue +++ b/src/views/system/inspection/Item/index2.vue @@ -31,9 +31,6 @@ >删除 - - 导出 - @@ -45,18 +42,16 @@ - - - + - - - -