|
|
@@ -354,10 +354,10 @@ export default {
|
|
|
const where = idwhere
|
|
|
? this.guanJian
|
|
|
? idwhere +
|
|
|
- ` and (biao_dan_ming_che like '%${this.guanJian}%' or shi_wu_shuo_ming_ like '%${this.guanJian}%')`
|
|
|
+ ` and (biao_dan_ming_che like '%${this.guanJian}%' or shi_wu_shuo_ming_ like '%${this.guanJian}%' or fen_lei_ like '%${this.guanJian}%'))`
|
|
|
: idwhere
|
|
|
: this.guanJian
|
|
|
- ? ` where biao_dan_ming_che like '%${this.guanJian}%' or shi_wu_shuo_ming_ like '%${this.guanJian}%'`
|
|
|
+ ? ` where biao_dan_ming_che like '%${this.guanJian}%' or shi_wu_shuo_ming_ like '%${this.guanJian}%' or fen_lei_ like '%${this.guanJian}%'`
|
|
|
: ''
|
|
|
const sql =
|
|
|
`select jl.*,file.file_name_,file.ext_,ee.name_ as ry_name FROM t_ywyxjlb jl
|