This commit is contained in:
yanran200730
2023-02-20 10:55:12 +08:00
parent d23eb73948
commit 5bac0e1183
3 changed files with 22 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<template>
<ai-list class="notice">
<template slot="title">
<ai-title title="在线课程" isShowBottomBorder></ai-title>
<ai-title title="在线课程" isShowBottomBorder isShowArea v-model="search.areaId" :instance="instance" @change="search.current = 1, getList()"></ai-title>
</template>
<template slot="content">
<ai-search-bar class="search-bar">
@@ -89,6 +89,7 @@
current: 1,
size: 10,
title: '',
areaId: '',
examineStatus: ''
},
form: {
@@ -109,6 +110,7 @@
},
created() {
this.search.areaId = this.$store.state.user.info.areaId
this.dict.load('qjCourseType', 'qjExamineStatus').then(() => {
this.getList()
})