接口传值

This commit is contained in:
x
2026-07-07 18:26:12 +08:00
parent dad440850d
commit 465f0f7564
2 changed files with 5 additions and 3 deletions

View File

@@ -69,8 +69,8 @@
},
methods: {
async _authority () {
// let res = await authority()
let res = await allAuthority()
let res = await authority()
// let res = await allAuthority()
if (res.code === '1') {
this.menuList = [...res.result.rf_menu1.sonTree]
} else {

View File

@@ -20,7 +20,9 @@ export const twoPdaVehicleIn = (code, type, pcode, layer) => request({
// 字典获取
export const dictDetailpdaPost = (no, code) => request({
url:'api/dict/dictDetail/pdaPost',
data: {}
data: {
code: 'PALLET_LAYER'
}
})
/**