许可证信息页面更新
This commit is contained in:
@@ -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 = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user