选择课程提交
This commit is contained in:
parent
a55496bddb
commit
a90e1a8219
|
@ -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>
|
||||
|
|
|
@ -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: [],
|
||||
|
|
Loading…
Reference in New Issue