大屏界面渲染光伏板

This commit is contained in:
Teo
2025-06-18 19:56:54 +08:00
parent a3b4a15261
commit f59d725b20
486 changed files with 76806 additions and 10 deletions

View File

@ -190,4 +190,9 @@ export const deleteDaily = (query: { id: string; detailIdList: string[] }) => {
});
};
export const workScheduleDel = () => {};
export const workScheduleDel = () => {
return request({
url: '/facility/matrix/gis/position/1933358820034174995',
method: 'get'
});
};