Your Name
2022-08-12 1bda425cb245d951bc64ac170e2f6751fb0fcf0e
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
            });
        }
    };
}