fix: remain in the same position of list after rename or delete3 Rename.vue

This commit is contained in:
niubility000 2024-02-24 18:04:56 +08:00 committed by GitHub
parent 799c6eb3a0
commit 7ef0bb0e1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ export default {
this.$showError(e);
}
nextTick(() => {
this.$nextTick(() => {
window.sessionStorage.setItem("modified", "false");
});
this.$store.commit("closeHovers");