Преглед на файлове

体系运行记录上传关键字查询or fen_lei_ like

shenqilong преди 1 година
родител
ревизия
6b9f31e23e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/views/platform/bpmn/bpmInstHis/oldFilesUploadList.vue

+ 2 - 2
src/views/platform/bpmn/bpmInstHis/oldFilesUploadList.vue

@@ -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