Your Name
2022-08-17 2475c65a3c091cee4fe48f49e0f53697403750df
src/api/intellectInspectSystem/inspectRecord/index.ts
@@ -17,6 +17,13 @@
                method: 'post',
                data: data
            });
        },
        getInspectRecordByIndex: (data: object) => {
            return request({
                url: import.meta.env.VITE_API_URL + `/SafeCheckTask/select/listTaskByPageAndStatusAndTime`,
                method: 'post',
                data: data
            });
        }
    };
}