test2
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
529bd5673c
commit
670c5936ce
|
@ -53,10 +53,8 @@ class Controller extends Section {
|
||||||
|
|
||||||
scrollToLine(lineFk) {
|
scrollToLine(lineFk) {
|
||||||
const hashFk = this.lineFk || lineFk;
|
const hashFk = this.lineFk || lineFk;
|
||||||
console.log(hashFk);
|
|
||||||
const hash = `vnItemDiary-${hashFk}`;
|
const hash = `vnItemDiary-${hashFk}`;
|
||||||
this.$location.hash(hash);
|
this.$location.hash(hash);
|
||||||
console.log(this.$location);
|
|
||||||
this.$anchorScroll();
|
this.$anchorScroll();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue