bug提交

This commit is contained in:
2025-04-14 10:18:13 +08:00
parent f41f7ed16d
commit 1232322eb4
4 changed files with 6 additions and 6 deletions

View File

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