From 252fc2eb20a1b64c6c03a466bac1c9ffeb911bf5 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 7 Feb 2025 14:27:38 +0800 Subject: [PATCH] =?UTF-8?q?2025-02-07=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/common/Chooselist.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/common/Chooselist.vue b/src/views/modules/common/Chooselist.vue index 7c8d97b..465e6f8 100644 --- a/src/views/modules/common/Chooselist.vue +++ b/src/views/modules/common/Chooselist.vue @@ -196,7 +196,7 @@ export default { if (this.param3) { sql += " and active like '%" + this.param3 + "%'" } - let tagNoList = [119, 120, 121, 93, 102, 22] + let tagNoList = [120, 121, 93, 102, 22] if (this.tagNo <1000 && !tagNoList.includes(this.tagNo)) { if (this.param4) { sql += " and site=" + "'" + this.param4 + "'"