修改测试用例

This commit is contained in:
guanj
2025-07-29 08:33:04 +08:00
parent d53b9df52f
commit 24c590478e
26 changed files with 880 additions and 235 deletions

View File

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