Quellcode durchsuchen

家装客资页面优化

zhujindu vor 1 Jahr
Ursprung
Commit
3a3ff0659b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);
           }