Commit da048ba6 authored by 刘林's avatar 刘林

Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register

parents 0683f5d9 1e6eafc7
...@@ -81,6 +81,7 @@ public enum EquipAdvanceSearchEnum { ...@@ -81,6 +81,7 @@ public enum EquipAdvanceSearchEnum {
} }
if ("技术参数".equals(item.name)){ if ("技术参数".equals(item.name)){
jsonObject.put("type","select2"); jsonObject.put("type","select2");
jsonObject.put("method","POST");
} }
jsonObject.put("conditions",ConditionEnum.getByCode(item.paramType)); jsonObject.put("conditions",ConditionEnum.getByCode(item.paramType));
jsonObject.put("url", item.url); jsonObject.put("url", item.url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment