fix: remove log

This commit is contained in:
puriphatt 2024-07-03 02:27:18 +00:00
parent 9c68921771
commit 78600be0ea

View file

@ -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);
}
}