Merge branch 'oat_dev' into develop

This commit is contained in:
oat_dev 2024-03-29 13:07:42 +07:00
commit 7683dbf981

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) => {