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

This commit is contained in:
niubility000 2024-02-25 00:32:00 +08:00 committed by GitHub
parent 825d8602b7
commit b06b2a5f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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