Browse Source

no message

zhujindu 4 months ago
parent
commit
706b7ef9c9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/views/week/VisitSummaryDetail.vue

+ 0 - 4
src/views/week/VisitSummaryDetail.vue

@@ -225,10 +225,6 @@ export default {
       this.$router.go(-1);
     },
     onSubmit() {
-      this.$router.replace({
-        path: this.source,
-      });
-      return;
       let collectionAnswerlisd = this.$refs.allowWriteAgainSummary.collectionAnswerlisd;
       let collectionItemList = this.$refs.allowWriteAgainSummary.collectionItemList;
       for (var c = 0; c < collectionAnswerlisd.length; c++) {