接口路径调整
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user