接口传值
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user