fix: remain in the same position of list after rename or delete Delete.vue
This commit is contained in:
parent
b876b1a55a
commit
799c6eb3a0
@ -75,7 +75,7 @@ export default {
|
|||||||
this.$showError(e);
|
this.$showError(e);
|
||||||
if (this.isListing) this.$store.commit("setReload", true);
|
if (this.isListing) this.$store.commit("setReload", true);
|
||||||
}
|
}
|
||||||
nextTick(() => {
|
this.$nextTick(() => {
|
||||||
window.sessionStorage.setItem("modified", "false");
|
window.sessionStorage.setItem("modified", "false");
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user