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