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

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

View File

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