From 2e6e4be362e29ab32adf29c7a415c182e5dd975f Mon Sep 17 00:00:00 2001 From: dongwug Date: Mon, 7 Nov 2022 12:01:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B5=8B=E8=AF=84=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/TaskAdd.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/projectcenter/TaskAdd.vue b/src/views/projectcenter/TaskAdd.vue index 3da1a420..6424e397 100644 --- a/src/views/projectcenter/TaskAdd.vue +++ b/src/views/projectcenter/TaskAdd.vue @@ -1521,6 +1521,17 @@ export default { updateTime: "", updateUser: 0, }; + apieval + .queryEvaluationDetailById(obj.evaluationId) + .then((res) => { + setTimeout(() => { + console.log("获取成功", res,obj.evaluationId); + message.success("获取成功"); + }, 1000); + }) + .catch((err) => { + console.log("获取失败", err); + }); apieval .updateEvaluation(obj) .then((res) => {