fix:修改大屏数据栏右上角下拉接口,修改默认选中值为第一个

This commit is contained in:
2025-01-06 11:41:27 +08:00
parent 68e54a75fb
commit fa6b90408c
4 changed files with 26 additions and 15 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export function roadCurrent(query) {
// 数据栏内右上角下拉框
export function getDropList(query) {
return request({
url: "/bigscreen/getDropdownList",
url: "/bigscreen/v2/getDropdownList",
method: "get",
params: query,
});