ทะเบียนประวัติ: วินัย ลบ log

This commit is contained in:
oat_dev 2024-03-29 13:07:31 +07:00
parent 49479959f3
commit d0fa98991a

View file

@ -146,7 +146,6 @@ function getHistory() {
http
.get(config.API.profileNewDisciplineHisByDisciplineId(id.value))
.then((res) => {
console.log(res.data.result);
let data = res.data.result;
rows.value = [];
data.map((e: RequestItemsObject) => {