Forráskód Böngészése

question - batch change question type

abpcoder 1 napja
szülő
commit
c72a9fa400
1 módosított fájl, 1 hozzáadás és 0 törlés
  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()