From 35a6aa99986f16953125024d97b5a3d8c7328102 Mon Sep 17 00:00:00 2001 From: Gitea Date: Tue, 5 Dec 2023 15:47:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E5=A5=96bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/scoresta/components/ScoreStaForm.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jeecgboot-vue3-master/src/views/scoresta/components/ScoreStaForm.vue b/jeecgboot-vue3-master/src/views/scoresta/components/ScoreStaForm.vue index 380cedb4..7b462f6d 100644 --- a/jeecgboot-vue3-master/src/views/scoresta/components/ScoreStaForm.vue +++ b/jeecgboot-vue3-master/src/views/scoresta/components/ScoreStaForm.vue @@ -106,6 +106,9 @@ var tmstr="topic,name,id,annual_compid='"+formData.annualCompid+"' and status=2 and isopen='Y' and "+strt; tm.value=tmstr; //tm.value = "topic,name,id,annual_compid='"+formData.annualCompid+"' and status=2 and isopen='Y' and id!='1696793467960692737'"; + }else{ + var tmstr="topic,name,id,annual_compid='"+formData.annualCompid+"' and status=2 and isopen='Y'"; + tm.value=tmstr; } }); }