riku
2024-11-19 71030e1f80635b7332136a488bc2cc8bd36fc04c
src/views/fysp/check/components/CompProRecent.vue
@@ -165,7 +165,7 @@
        }
      });
      // 额外处理
      this.curProList.sort((o1, o2) => o2.getTime() - o1.getTime());
      this.curProList.sort((o1, o2) => o2.getDate() - o1.getDate());
      this.loading = false;
    },
    // 根据子任务获取里面的问题列表