瀏覽代碼

question - batch change question type

abpcoder 1 天之前
父節點
當前提交
c72a9fa400
共有 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()