Admin
2022-08-12 269ad4d38a3bb212c3eb4d8c789f89fa0d3c51ee
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
            });
        }
    };
}