选择课程提交

This commit is contained in:
Yjhon 2022-01-11 09:49:53 +08:00
parent a55496bddb
commit a90e1a8219
2 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@
<a-menu-item>
<a href="javascript:;" @click="openVisible('question',record)">题库预览</a>
</a-menu-item>
<a-menu-item v-if="form.id" >
<!-- <a-menu-item v-if="form.id" >
<a href="javascript:;" @click="openVisible('topic',record)">必选题设置</a>
</a-menu-item>
</a-menu-item> -->
<a-menu-item>
<a-popconfirm title="是否删除?" @confirm="() => handleDelete(record)">
<a href="javascript:;" @click="$refs.table.refresh(true)">删除</a>

View File

@ -71,7 +71,7 @@ export default {
//
queryParam: { name: '', classType: 0 ,type: 0},
replaceFields: { children: 'children', title: 'name', key: 'key', value: 'value' },
replaceFields: { children: 'children', title: 'name', key: 'value', value: 'id' },
expandedKeys: [],
autoExpandParent: true,
// defaultExpandedKeys: [],