Compare commits

..

No commits in common. "59be0c07d10667bafac32742472d203c6e1d1b78" and "be222a2ba60742533646a6eea12e1099c6fa69d6" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<el-tabs v-model="active" class="demo-tabs" @tab-change="handleClick">
<template v-for="(item,index) in gradeList" :key="index">
<el-tab-pane :label="item.label" :name="item.value" disabled>
<el-tab-pane :label="item.label" :name="item.value">
<SelectSubject ref="selectSubject" :subjectList="subjectList" @clickTag="getTagId"></SelectSubject>
</el-tab-pane>
</template>
@ -24,9 +24,7 @@ const active = ref(1)
const subjectList = ref([])
//id
const textbookVersionId = ref(0)
//
const handleClick = (tab) => {
console.log(tab,'tab')
getSubject(tab)
}
//