1
0

2 Commitit 60464700f5 ... 835e21793f

Tekijä SHA1 Viesti Päivämäärä
  abpcoder 835e21793f Merge branch 'master' of http://49.234.186.218:9000/root/ieplus 4 päivää sitten
  abpcoder c72a9fa400 question - batch change question type 4 päivää sitten
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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()