zhujindu 1 anno fa
parent
commit
a0be8711c8

+ 1 - 1
src/views/week/assignAwait/JZfollowUp.vue

@@ -200,7 +200,7 @@ export default {
             this.toastLoading().clear();
             if (res.code == 200) {
               this.$toast(res.msg);
-              this.onClickLeft();
+              this.$router.replace({ path: '/clew' });
             } else {
               this.$toast(res.msg);
             }

+ 1 - 1
src/views/week/assignAwait/assignPage.vue

@@ -229,7 +229,7 @@ export default {
         this.toastLoading().clear();
         if (res.code == 200) {
           this.$toast(res.msg);
-          this.onClickLeft();
+          this.$router.replace({ path: '/assignAwait' });
         } else {
           this.$toast(res.msg);
         }