@@ -218,9 +218,7 @@ export default {
showCancelButton: false,
})
.then(() => {
- this.$router.replace({
- path: '/storemanagementlist',
- });
+ this.onClickLeft();
});
}