Merge branch 'oat_dev' into develop
This commit is contained in:
commit
7683dbf981
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ function getHistory() {
|
||||||
http
|
http
|
||||||
.get(config.API.profileNewDisciplineHisByDisciplineId(id.value))
|
.get(config.API.profileNewDisciplineHisByDisciplineId(id.value))
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log(res.data.result);
|
|
||||||
let data = res.data.result;
|
let data = res.data.result;
|
||||||
rows.value = [];
|
rows.value = [];
|
||||||
data.map((e: RequestItemsObject) => {
|
data.map((e: RequestItemsObject) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue