修改bug

This commit is contained in:
yangjun 2024-05-16 21:26:31 +08:00
parent 919759483c
commit 53aca81311
2 changed files with 6 additions and 2 deletions

View File

@ -68,6 +68,7 @@ const { createMessage } = useMessage();
const route = useRoute();
function view(record){
dataSource.value=[];
console.log(`🚀 ~ file: viewForm.vue:72 ~ view ~ record:`, record)
console.log(route.query);

View File

@ -10,7 +10,9 @@
<a-tab-pane key="1" tab="当前学期">
<dqxqkc/>
</a-tab-pane>
<a-tab-pane key="2" tab="历史学期">历史学期</a-tab-pane>
<a-tab-pane key="2" tab="历史学期">
<dqxqkcHistory />
</a-tab-pane>
</a-tabs>
</a-layout-content>
<!-- 页尾 -->
@ -29,7 +31,8 @@
import headerPage from '/@/views/site/common/header.vue';
import footerPage from '/@/views/site/common/footer.vue';
import dqxqkc from '/@/views/site/renKeJiaoCheng/checkKecheng/dqxqkc.vue';
import dqxqkcHistory from '/@/views/site/renKeJiaoCheng/checkKecheng/dqxqkcHistory.vue';
const maxClassName = ref<any>({});
//