1
0

2 コミット 60464700f5 ... 835e21793f

作者 SHA1 メッセージ 日付
  abpcoder 835e21793f Merge branch 'master' of http://49.234.186.218:9000/root/ieplus 4 日 前
  abpcoder c72a9fa400 question - batch change question type 4 日 前
1 ファイル変更1 行追加0 行削除
  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()