mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
讲师管理bug
This commit is contained in:
@@ -251,7 +251,7 @@
|
||||
</div>
|
||||
</a-modal>
|
||||
</div>
|
||||
|
||||
<LookExternalLecturer v-model:visible="lookExternalVisi" :id="lookExterId"></LookExternalLecturer>
|
||||
|
||||
|
||||
|
||||
@@ -273,6 +273,7 @@ import { fileUp } from "../../api/indexEval";
|
||||
import {getCookieForName} from "@/api/method"
|
||||
import SearchTeacher from "@/components/project/SearchTeacher";
|
||||
import avatar from '@/assets/avatar.png'
|
||||
import LookExternalLecturer from "@/components/project/LookExternalLecturer";
|
||||
export default {
|
||||
name: "ExternalLecturer",
|
||||
components: {
|
||||
@@ -282,6 +283,7 @@ export default {
|
||||
Editor,
|
||||
FolderAddOutlined,//图标--新增
|
||||
UploadOutlined,//图标--导出
|
||||
LookExternalLecturer,
|
||||
},
|
||||
setup() {
|
||||
onMounted(() => {
|
||||
@@ -296,6 +298,8 @@ export default {
|
||||
const router = useRouter();
|
||||
const userInfo = computed(() => store.state.userInfo);
|
||||
const state = reactive({
|
||||
lookExternalVisi:false,
|
||||
lookExterId: null,
|
||||
currentPage1: 1,
|
||||
pageSize1: 10,
|
||||
close:false,
|
||||
@@ -692,9 +696,11 @@ export default {
|
||||
// }
|
||||
//表格内查看数据操作
|
||||
const handleLook = (record) => {
|
||||
sessionStorage.setItem('searchExter', JSON.stringify(state.searchParam))
|
||||
let id = record.id
|
||||
router.push({ path: '/LookExternalLecturer', query: { id } })
|
||||
state.lookExternalVisi = true
|
||||
state.lookExterId = record.id
|
||||
// sessionStorage.setItem('searchExter', JSON.stringify(state.searchParam))
|
||||
// let id = record.id
|
||||
// router.push({ path: '/LookExternalLecturer', query: { id } })
|
||||
}
|
||||
//外部讲师详情
|
||||
const TeacherSystem = () => {
|
||||
|
||||
Reference in New Issue
Block a user