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 + "'"