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; } }); }