大赛训练产品调整new

This commit is contained in:
fan 2024-02-28 15:58:51 +08:00
parent b1766b0ac5
commit d105130eae

View File

@ -8,7 +8,7 @@
:props="defaultProps"
default-expand-all
:highlight-current="false"
style="background-color: transparent;max-height: calc(100% - 54px);overflow-y: scroll;"
style="background-color: transparent;max-height: calc(100% - 54px);overflow-y: auto;"
:expand-on-click-node="false"
>
<div slot-scope="{ node, data }" class="custom-tree-node">
@ -163,6 +163,9 @@ export default {
this.eachTask(this.taskList, this.taskData);
this.nowKey = 0;
this.nowData = this.taskList[this.nowKey];
getTaskTree(this.$route.query.paperId, this.$route.query.moduleId).then(resp => {
}).catch(() => this.$message.error('加载数据失败!'));
},
methods: {
handleChange(data, node) {