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()