1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-24 12:05:39 +08:00

修正xm-select遗漏的问题

This commit is contained in:
koogua 2021-03-22 20:01:57 +08:00
parent 8849f706b9
commit 252d3e70c5

View File

@ -53,23 +53,16 @@
xmSelect.render({
el: '#xm-category-ids',
name: 'xm_category_ids',
filterable: true,
max: 5,
prop: {
name: 'name',
value: 'id'
},
data: {{ xm_categories|json_encode }}
});
xmSelect.render({
el: '#xm-teacher-ids',
name: 'xm_teacher_ids',
paging: true,
filterable: true,
max: 5,
prop: {
name: 'name',
value: 'id'
},
data: {{ xm_teachers|json_encode }}
});