Browse Source

结对教师

bzkf30 2 years ago
parent
commit
ebf2634a45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/zbkt/wlzb/detail.vue

+ 1 - 1
src/pages/zbkt/wlzb/detail.vue

@@ -441,7 +441,7 @@ function commitData() {
       ElMessage.success("提交成功!");
       // currentRow.value.answerd = 1;
       handleClose();
-        getDgDetail();
+      getDgDetail();
     }
   })
 }