1
0

2 Commits 60464700f5 ... 835e21793f

Autor SHA1 Mensagem Data
  abpcoder 835e21793f Merge branch 'master' of http://49.234.186.218:9000/root/ieplus há 4 dias atrás
  abpcoder c72a9fa400 question - batch change question type há 4 dias atrás
1 ficheiros alterados com 1 adições e 0 exclusões
  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()