1
@@ -1065,7 +1065,6 @@ export default {
}
if (this.submitList.length > 0) {
this.$bus.$emit("showguide", this.submitList);
- return;
if (this.courseType == "PRACTICE") {
getPracticeApplySubjects().then((res) => {
@@ -29,7 +29,7 @@
>添加记录</el-button
>
<div class="process" v-if="processList.length > 0">
- <el-timeline :reverse="true">
+ <el-timeline >
<el-timeline-item v-for="(activity, index) in processList" :key="index">
<div>
<div class="name">{{ activity.callBackPeople }}</div>