|
@@ -12,7 +12,7 @@ export async function getAutoPatrolByRouteId(params) {
|
|
}
|
|
}
|
|
export async function getDumuDetail(detailId) {
|
|
export async function getDumuDetail(detailId) {
|
|
const res = await request(`/api/v1/dumu/detail/${detailId}`);
|
|
const res = await request(`/api/v1/dumu/detail/${detailId}`);
|
|
- return res.data;
|
|
|
|
|
|
+ return res;
|
|
}
|
|
}
|
|
|
|
|
|
export async function queryUserList(param) {
|
|
export async function queryUserList(param) {
|