完善菜单

This commit is contained in:
2024-07-29 17:45:04 +08:00
parent ae2c548049
commit a4ef640122
2 changed files with 17 additions and 10 deletions

View File

@@ -446,6 +446,7 @@
},
getPageList() { // 获取列表
this.loading = true
this.page.params.orgSid = window.sessionStorage.getItem('orgSid')
pageList(this.page).then((res) => {
this.loading = false
console.log('这里是条件查询', this.page)