接口地址更改-dic改为dictTree

This commit is contained in:
zhujiyan
2024-08-09 15:16:20 +08:00
parent a7fa394f47
commit aa38328a75
2 changed files with 5 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ export const addDictTree = (data: any) => {
// 编辑统计指标配置项
export const updateStatistical = (data: any) => {
return createAxios({
url: '/system-boot/dic/update',
url: '/system-boot/dictTree//update',
method: 'PUT',
data: data
})
@@ -88,7 +88,7 @@ export const updateStatistical = (data: any) => {
// 单位绑定
export function codeDicTree(data: any) {
return createAxios({
url: '/system-boot/dic/codeDicTree',
url: '/system-boot/dictTree//codeDicTree',
method: 'get',
params: data
})