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