mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 22:36:45 +08:00
-- 面授课列表
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<a-input
|
||||
v-model:value="name"
|
||||
style="width: 240px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入项目名称"
|
||||
placeholder="请输入课程名称"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -282,6 +282,7 @@ export default {
|
||||
const getClassList = (obj) => {
|
||||
let objn = obj || {
|
||||
auditStatus: 2,
|
||||
status: 1,
|
||||
name: state.name,
|
||||
pageNo: state.currentPage,
|
||||
pageSize: state.pageSize
|
||||
|
||||
Reference in New Issue
Block a user