소스 검색

图像识别

zhujindu 1 년 전
부모
커밋
a0be8711c8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/week/assignAwait/JZfollowUp.vue
  2. 1 1
      src/views/week/assignAwait/assignPage.vue

+ 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);
         }