Browse Source

2025-02-07

优化
master
fengyuan_yang 11 months ago
parent
commit
252fc2eb20
  1. 2
      src/views/modules/common/Chooselist.vue

2
src/views/modules/common/Chooselist.vue

@ -196,7 +196,7 @@ export default {
if (this.param3) { if (this.param3) {
sql += " and active like '%" + 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.tagNo <1000 && !tagNoList.includes(this.tagNo)) {
if (this.param4) { if (this.param4) {
sql += " and site=" + "'" + this.param4 + "'" sql += " and site=" + "'" + this.param4 + "'"

Loading…
Cancel
Save