暂存表单联调
This commit is contained in:
@@ -13,6 +13,19 @@ export function queryByCode(code: string) {
|
||||
data: form
|
||||
})
|
||||
}
|
||||
// 字典树接口2
|
||||
export function queryByAllCode() {
|
||||
let form = new FormData()
|
||||
// form.append('code', code)
|
||||
return createAxios({
|
||||
url: '/system-boot/dictTree/queryTree',
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Content-Type': 'application/x-www-form-urlencoded'
|
||||
},
|
||||
// data: form
|
||||
})
|
||||
}
|
||||
|
||||
// 字典树接口通过code
|
||||
export function queryCsDictTree(pid: string) {
|
||||
|
||||
Reference in New Issue
Block a user