This commit is contained in:
lcw
2026-01-15 12:16:53 +08:00
parent bf02efe72e
commit e45b864be3
11 changed files with 64 additions and 42 deletions

View File

@ -162,9 +162,10 @@ const getList = () => {
const promes = {
...pageData.pageConfiger,
...queryFrom.value,
ssbakk:userInfo.pxgs,
ssbakkId:userInfo.pxgsid
ssbakk:userInfo.pxgs,
ssbakkId:userInfo.pxgsid,
}
qcckPost(promes,'/mosty-base/bans/njxx/page').then(res => {
pageData.tableData = res.records || [];
pageData.total = res.total;