This commit is contained in:
2025-06-16 20:54:42 +08:00
parent 88a8d119cf
commit 021918e56d
8 changed files with 63 additions and 49 deletions

View File

@@ -37,7 +37,8 @@ const tabs = [
const getData = async () => {
const {data} = await Api.system.myAccount({
status: po.status + 1
status: po.status + 1,
pid: details.platform_id,
});
vo.length = 0;
vo.push(...data);