From 6c74bf912e251347714099a84585f825b32a1c08 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期一, 18 十二月 2023 17:52:05 +0800 Subject: [PATCH] Merge branch 'feature-001' of ssh://114.215.109.124:29418/supervision-vue into feature-001 --- src/api/fysp/evaluateApi.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/api/fysp/evaluateApi.js b/src/api/fysp/evaluateApi.js new file mode 100644 index 0000000..7e61e1f --- /dev/null +++ b/src/api/fysp/evaluateApi.js @@ -0,0 +1,11 @@ +import { $fysp } from '../index'; + +export default { + + /** + * 鑾峰彇鑷姩璇勪及鍘嗗彶璁板綍 + */ + fetchAutoEvaluation(param){ + return $fysp.post(`evaluation/auto/record`, param); + } +}; -- Gitblit v1.9.3