fix:修改大屏数据栏右上角下拉接口,修改默认选中值为第一个
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user