From e38ea524ec4107ed7f8b1d7491a4177632dd3402 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 15 十月 2024 11:26:26 +0800
Subject: [PATCH] 部分代码修正

---
 src/views/fysp/check/components/CompProRecent.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/fysp/check/components/CompProRecent.vue b/src/views/fysp/check/components/CompProRecent.vue
index 3dff972..c97fad2 100644
--- a/src/views/fysp/check/components/CompProRecent.vue
+++ b/src/views/fysp/check/components/CompProRecent.vue
@@ -155,11 +155,11 @@
     /**
      * 鑾峰彇杩戞湡鎯呭喌
      * */
-    async getRecentPros() {
+    getRecentPros() {
       this.loading = true;
       this.subtaskCount = 0
       // 鑾峰彇瀛愪换鍔″垪琛�
-      await taskApi.getSubtaskByScene(this.generateQueryParam()).then((subtasks) => {
+      taskApi.getSubtaskByScene(this.generateQueryParam()).then((subtasks) => {
         this.curProList = [];
         if (subtasks) {
           subtasks.forEach((subtask) => {
@@ -175,7 +175,7 @@
       this.loading = false;
     },
     // 鏍规嵁瀛愪换鍔¤幏鍙栭噷闈㈢殑闂鍒楄〃
-    async getProBySubtask(subtask) {
+    getProBySubtask(subtask) {
       taskApi.getProBySubtask(subtask.stGuid).then((pros) => {
         if (pros) {
           pros.forEach((pro) => {

--
Gitblit v1.9.3