From 8a3c7bc81ab00423c2dfb3b0246a9849904aed03 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 14 Oct 2021 11:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=A2=9E=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=AE=A1=E7=90=86=E6=8F=90=E4=BA=A4=E6=B2=A1=E4=BC=A0?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E5=AD=97=E6=AE=B5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/serve/projectAdd.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/serve/projectAdd.vue b/src/views/serve/projectAdd.vue index 7904c28..d870454 100644 --- a/src/views/serve/projectAdd.vue +++ b/src/views/serve/projectAdd.vue @@ -431,7 +431,8 @@ export default { let obj = { projectId: this.projectId ? this.projectId : "", judgmentId: i.judgmentId, - score: i.score + score: i.score, + sort: i.sort }; return obj; });