zhangjie 7 сар өмнө
parent
commit
2716c46bce

+ 5 - 1
src/modules/target/components/target-score/TargetScoreEnd.vue

@@ -133,7 +133,7 @@
     <sync-paper-dialog
       ref="SyncPaperDialog"
       :course="course"
-      @modified="getList"
+      @modified="paperSynced"
     ></sync-paper-dialog>
   </div>
 </template>
@@ -271,6 +271,10 @@ export default {
     toSync() {
       this.$refs.SyncPaperDialog.open();
     },
+    paperSynced() {
+      this.getList();
+      this.getBlueDetail();
+    },
     toSetBlue() {
       this.$refs.SetBlueDialog.open();
     },