接口路径调整

This commit is contained in:
stt
2025-11-26 13:11:56 +08:00
parent cf51ba9ff0
commit 93586255fc
3 changed files with 29 additions and 6 deletions

View File

@@ -88,8 +88,9 @@ export const updateStatistical = (data: any) => {
// 单位绑定
export function codeDicTree(data: any) {
return createAxios({
url: '/system-boot/dictTree/codeDicTree',
method: 'get',
// url: '/system-boot/dictTree/codeDicTree',
url: '/system-boot/dictTree/queryByCodeList',
method: 'post',
params: data
})
}