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