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