From fab4d7d62b2039ab8660649d26a8c6f8f32193b5 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 11 一月 2024 17:41:11 +0800
Subject: [PATCH] 1. 初步完成评估任务整体逻辑; 2. 新增评估记录下载功能(待完善)

---
 src/api/fysp/userApi.js |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/api/fysp/userApi.js b/src/api/fysp/userApi.js
index 838d799..389bf87 100644
--- a/src/api/fysp/userApi.js
+++ b/src/api/fysp/userApi.js
@@ -19,9 +19,7 @@
    * 鑾峰彇鍦烘櫙鐨勭敤鎴疯鎯�
    */
   getUserByScene(sId) {
-    return $fysp
-      .get(`userinfo/scene/get?sceneId=${sId}`)
-      .then((res) => res.data);
+    return $fysp.get(`userinfo/scene/get?sceneId=${sId}`).then((res) => res.data);
   },
 
   /**
@@ -29,5 +27,5 @@
    */
   autoCreateAccount(sId) {
     return $fysp.post(`userinfo/create?sceneId=${sId}`).then((res) => res.data);
-  },
+  }
 };

--
Gitblit v1.9.3