Explorar o código

修复川北类别查询错误

zhonghuizhen hai 3 meses
pai
achega
15c8c08798
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/component/device/indexChuanBei.vue

+ 1 - 1
src/views/component/device/indexChuanBei.vue

@@ -1182,7 +1182,7 @@ export default {
       if (this.search.renKeXiangMu) {
         const obj = { relation: 'AND', parameters: [] }
         obj.parameters.push({
-          key: 'Q^ren_ke_xiang_mu_^SL',
+          key: 'Q^ren_ke_xiang_mu_^S',
           value: this.search.renKeXiangMu,
           param: this.$utils.guid()
         })