zhujindu пре 1 година
родитељ
комит
3a3ff0659b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/week/assignAwait/JZfollowUp.vue

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

@@ -246,7 +246,7 @@ export default {
           this.toastLoading().clear();
           if (res.code == 200) {
             this.$toast(res.msg);
-            this.onClickLeft();
+            window.location.replace(window.location.origin + '/mobile/clew');
           } else {
             this.$toast(res.msg);
           }