Commit 0020cb32 authored by zhengke's avatar zhengke

修改

parent 0b6f413e
......@@ -687,4 +687,15 @@ export function GetPersonalDimension(data) {
method: 'post',
data
});
}
/**
* 获取试听课程列表下拉
*/
export function GetTrialLessonList(data) {
return request({
url: '/Course/GetTrialLessonList',
method: 'post',
data
});
}
\ No newline at end of file
......@@ -10,7 +10,7 @@
</div>
<div class="page-content">
<q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat
class="sticky-column-table no-bottom-table" separator="none" :data="dataList" :columns="columns" row-key="name">
class="sticky-column-table" separator="none" :data="dataList" :columns="columns" row-key="name">
<template v-slot:top>
<div class="col-2 q-table__title">试听课程管理</div>
<q-space />
......@@ -101,8 +101,8 @@
],
msg: {
PageIndex: 1,
pageSize: 1,
rowsPerPage: 1,
pageSize: 12,
rowsPerPage: 12,
LessonName: ""
},
dataList: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment