mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
(fix) Content disappears until page refresh when moving it between results [SCI-10074]
This commit is contained in:
parent
d71061a75d
commit
e46cfdc0d4
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ export default {
|
|||
},
|
||||
watch: {
|
||||
resultToReload() {
|
||||
if (this.resultToReload === this.result.id) {
|
||||
if (Number(this.resultToReload) === Number(this.result.id)) {
|
||||
this.loadElements();
|
||||
this.loadAttachments();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue