hotFix itemDiary reload card conditional
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
0997f8cd27
commit
d744cbb1a3
|
@ -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