修改绑定指标接口
This commit is contained in:
@@ -16,7 +16,7 @@ export const queryStatistical = (id:string) => {
|
||||
// 绑定指标
|
||||
export const addStatistical = (params:any) => {
|
||||
return createAxios({
|
||||
url: '/system-boocs-device-boot/wlRecord/saveDataRecordt/csstatisticalset/addStatistical',
|
||||
url: '/system-boot/csstatisticalset/addStatistical',
|
||||
method: 'post',
|
||||
data: params
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user