fix: remove log
This commit is contained in:
parent
9c68921771
commit
78600be0ea
1 changed files with 0 additions and 2 deletions
|
|
@ -69,8 +69,6 @@ async function fetchList() {
|
|||
totalBranch.value = result.total;
|
||||
maxPageBranch.value = Math.ceil(result.total / pageSizeBranch.value);
|
||||
branch.value = result.result;
|
||||
|
||||
console.log(branch.value);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue