虚拟入库

This commit is contained in:
2026-04-01 17:43:22 +08:00
parent 0ebfe3a705
commit 2e64ca3ccc
7 changed files with 504 additions and 3 deletions

View File

@@ -138,8 +138,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 {