From bb7ae31d7066a838bd177bf21c20f13ef044950b Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 27 十二月 2023 17:45:45 +0800 Subject: [PATCH] 编写后台任务模块逻辑,完成80% --- src/api/fysp/evaluateApi.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/api/fysp/evaluateApi.js b/src/api/fysp/evaluateApi.js index 7e61e1f..6e752a6 100644 --- a/src/api/fysp/evaluateApi.js +++ b/src/api/fysp/evaluateApi.js @@ -1,11 +1,10 @@ import { $fysp } from '../index'; export default { - /** * 鑾峰彇鑷姩璇勪及鍘嗗彶璁板綍 */ - fetchAutoEvaluation(param){ - return $fysp.post(`evaluation/auto/record`, param); + fetchAutoEvaluation(param) { + return $fysp.post(`evaluation/auto/record`, param).then((res) => res.data); } }; -- Gitblit v1.9.3