fix:修改大屏总览传参,修改大屏下拉框样式

This commit is contained in:
2024-12-20 14:16:00 +08:00
parent 157c7323aa
commit c16b4e72eb
12 changed files with 270 additions and 140 deletions
+2 -2
View File
@@ -27,11 +27,11 @@ export function roadTrends(query) {
// params: query,
// });
// }
export function roadToday(query) {
export function roadToday(params) {
return request({
url: "/bigscreen/v2/getInspectionInfo",
method: "get",
params: query,
params,
});
}