许可证信息页面更新

This commit is contained in:
付民康
2025-03-27 14:23:57 +08:00
parent f6f85a471c
commit 4310a82387
4 changed files with 48 additions and 8 deletions

View File

@@ -101,8 +101,8 @@ const getList = async () => {
});
if (!res.error) {
console.log(res);
list.value = res.data.data.data.records;
pager.value.total = res.data.data.data.total;
list.value = res.data.data.records;
pager.value.total = res.data.data.total;
} else {
list.value = [];
}