@@ -502,9 +502,9 @@
console.log(redirect)
if (redirect) {
- this.$router.replace(redirect)
+ this.$router.push(redirect)
} else {
- this.$router.replace('/')
+ this.$router.push('/')
}
let newList = {
companyName: companyName,