Merge pull request 'hotFix itemDiary reload card conditional' (!1357) from hotFix-itemDiary-reloadCardConditional into master
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1357
This commit is contained in:
commit
ab8c3b3f67
|
@ -70,7 +70,8 @@ class Controller extends Section {
|
|||
}
|
||||
|
||||
$onDestroy() {
|
||||
this.card.reload();
|
||||
if (this.$state.getCurrentPath()[2].state.name === 'item')
|
||||
this.card.reload();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue