Browse Source

家装客资页面优化

zhujindu 1 year ago
parent
commit
3a3ff0659b
1 changed files with 1 additions and 1 deletions
  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);
           }