Explorar o código

经销商拜访

zhujindu hai 9 meses
pai
achega
a4a40427bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/home/visitAbnormal.vue

+ 1 - 1
src/views/home/visitAbnormal.vue

@@ -130,7 +130,7 @@ export default {
                   message: '拜访中任务结束成功!',
                 })
                 .then(() => {
-                  window.location.replace(window.location.origin + '/mobile/outsidelist/index');
+                  this.$router.replace({ path: '/home' });
                 });
             } else {
               this.$toast(res.msg);