2 Commits 60464700f5 ... 835e21793f

Author SHA1 Message Date
  abpcoder 835e21793f Merge branch 'master' of http://49.234.186.218:9000/root/ieplus 4 days ago
  abpcoder c72a9fa400 question - batch change question type 4 days ago
1 changed files with 1 additions and 0 deletions
  1. 1 0
      back-ui/src/views/learn/questions/index.vue

+ 1 - 0
back-ui/src/views/learn/questions/index.vue

@@ -555,6 +555,7 @@ async function handleUpdateType() {
     await changeQuestionType({ids, type})
     ElMessage.success('保存成功')
     showTypeDialog.value = false
+    getList()
 }
 
 getKnowledgeTreeList()